mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
eeeccdd65f
commit
c7b154466d
1 changed files with 0 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue