tom Sun Mar 24 05:21:40 2002 EDT
Modified files:
/phpdoc/de/functions array.xml
Log:
sync to en
Index: phpdoc/de/functions/array.xml
diff -u phpdoc/de/functions/array.xml:1.35 phpdoc/de/functions/array.xml:1.36
--- phpdoc/de/functions/array.xml:1.35 Sun Mar 17 05:59:54 2002
+++ phpdoc/de/functions/array.xml Sun Mar 24 05:21:40 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.164 Maintainer: tom Status: ready -->
+<!-- EN-Revision: 1.165 Maintainer: tom Status: ready -->
<reference id="ref.array">
<title>Array Funktionen</title>
<titleabbrev>Arrays</titleabbrev>
@@ -219,7 +219,7 @@
<programlisting role="php">
<![CDATA[
$input_array = array("FirSt" => 1, "SecOnd" => 4);
-print_r(array_change_key_case($input_array, CASE_UPPER);
+print_r(array_change_key_case($input_array, CASE_UPPER));
]]>
</programlisting>
<para>