cucinato                Sun Sep  2 16:58:48 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  Corrected each() refpurpose
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.91 phpdoc/en/functions/array.xml:1.92
--- phpdoc/en/functions/array.xml:1.91  Sun Sep  2 16:55:27 2001
+++ phpdoc/en/functions/array.xml       Sun Sep  2 16:58:47 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.91 $ -->
+<!-- $Revision: 1.92 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -1920,7 +1920,7 @@
    <refnamediv>
     <refname>each</refname> 
     <refpurpose>
-     Return the next key and value pair from an array
+     Return the current key and value pair from an array and advance the array cursor
     </refpurpose>
    </refnamediv>
    <refsect1>


Reply via email to