vrana Thu Sep 8 04:39:48 2005 EDT
Modified files:
/phpdoc/en/reference/array/functions array-walk.xml
Log:
Remove superfluous information about reseting the array position
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk.xml?r1=1.24&r2=1.25&ty=u
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.24
phpdoc/en/reference/array/functions/array-walk.xml:1.25
--- phpdoc/en/reference/array/functions/array-walk.xml:1.24 Sat Feb 19
07:33:33 2005
+++ phpdoc/en/reference/array/functions/array-walk.xml Thu Sep 8 04:39:45 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-walk">
<refnamediv>
@@ -58,9 +58,7 @@
<function>array_walk</function> is not affected by the internal
array pointer of <parameter>array</parameter>. <function>
array_walk</function> will walk through the entire array
- regardless of pointer position. To reset the pointer, use
- <function>reset</function>. In PHP 3,
- <function>array_walk</function> resets the pointer.
+ regardless of pointer position.
</para>
<para>
Users may not change the array itself from the callback