Date: 08/25/00
- Next message: Hojtsy Gabor: "Re: [PHP-DOC] A thought about install pages."
- Previous message: Ron Chmara: "Re: [PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Next in thread: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ronabop Fri Aug 25 02:52:14 2000 EDT
Modified files:
/phpdoc/en/functions array.xml
Log:
Fixed array-keys "typo" fix.
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.28 phpdoc/en/functions/array.xml:1.29
--- phpdoc/en/functions/array.xml:1.28 Fri Aug 25 02:02:07 2000
+++ phpdoc/en/functions/array.xml Fri Aug 25 02:52:14 2000
@@ -244,8 +244,8 @@
$array = array (0 => 100, "color" => "red");
array_keys ($array); // returns array (0, "color")
-$array = array (1, 100, 2, 100);
-array_keys ($array, 100); // returns array (1, 2)
+$array = array (blue, red, green, blue, blue);
+array_keys ($array, blue); // returns array (0, 3, 4)
</programlisting>
</example>
</para>
- Next message: Hojtsy Gabor: "Re: [PHP-DOC] A thought about install pages."
- Previous message: Ron Chmara: "Re: [PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Next in thread: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

