dams            Mon May  7 06:02:59 2001 EDT

  Modified files:              
    /phpdoc/en/functions        var.xml 
  Log:
  *** empty log message ***
  
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.42 phpdoc/en/functions/var.xml:1.43
--- phpdoc/en/functions/var.xml:1.42    Sun Apr 22 02:31:03 2001
+++ phpdoc/en/functions/var.xml Mon May  7 06:02:59 2001
@@ -405,7 +405,7 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     This function is an alias for <function>is_long</function>.
+     This function is an alias for <function>is_int</function>.
     </simpara>
     <simpara>
      See also <function>is_bool</function>,
@@ -809,6 +809,11 @@
      or double, the value itself will be printed.  If given an array,
      values will be presented in a format that shows keys and
      elements.  Similar notation is used for objects.
+    </simpara>
+    <simpara>
+     Remember that <function>print_r</function> will move the array
+     pointer to the end. Use <function>reset</function> to bring
+     it back to beginning.
     </simpara>
     <simpara>
      Compare <function>print_r</function> to


Reply via email to