hholzgra                Fri Oct 19 06:47:17 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  small clarification regarding each() and reset()
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.105 phpdoc/en/functions/array.xml:1.106
--- phpdoc/en/functions/array.xml:1.105 Wed Oct 17 17:17:35 2001
+++ phpdoc/en/functions/array.xml       Fri Oct 19 06:47:17 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.105 $ -->
+<!-- $Revision: 1.106 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -2057,7 +2057,9 @@
     <para>
      After <function>each</function> has executed, the array cursor
      will be left on the next element of the array, or on the last
-     element if it hits the end of the array.
+     element if it hits the end of the array. You have to use
+     <function>reset</function> if you want to traverse the array
+     again using each.
     </para>
     <para>
      See also <function>key</function>, <function>list</function>,


Reply via email to