Removed mention of print_r reseting array's internal pointer. This is not the current behavior. See bug #8289 for more information.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328776 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2012-12-14 04:42:52 +00:00
parent eeeccdd65f
commit c7b154466d

View file

@ -25,11 +25,6 @@
also show protected and private properties of objects with PHP 5.
Static class members will not be shown.
</para>
<para>
Remember that <function>print_r</function> will move the array
pointer to the end. Use <function>reset</function> to bring
it back to beginning.
</para>
</refsect1>
<refsect1 role="parameters">