Date: 10/19/01
- Next message: sander <email protected>: "[PHP-DOC] Bug #12863 Updated: what does pg_freeresult return?"
- Previous message: Jirka Kosek: "Re: [PHP-DOC] hebrew translation ?"
- Next in thread: Thomas Schoefbeck: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Thomas Schoefbeck: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Derick Rethans: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Marco Cucinato: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Derick Rethans: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>,
- Next message: sander <email protected>: "[PHP-DOC] Bug #12863 Updated: what does pg_freeresult return?"
- Previous message: Jirka Kosek: "Re: [PHP-DOC] hebrew translation ?"
- Next in thread: Thomas Schoefbeck: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Thomas Schoefbeck: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Derick Rethans: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Marco Cucinato: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Derick Rethans: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Maybe reply: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

