Date: 05/07/01
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions filesystem.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions dbx.xml"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions var.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions var.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions filesystem.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions dbx.xml"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions var.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions var.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

