cvs: phpdoc-nl /reference/array/functions array-change-key-case.xml

[email protected] ("Janwillem Borleffs")
Newsgroups php.doc.nl
Message-ID <cvsjanwb1142283972@cvsserver>
janwb		Mon Mar 13 21:06:12 2006 UTC

  Modified files:              
    /phpdoc-nl/reference/array/functions	array-change-key-case.xml 
  Log:
  fixed refpurpose and example
  
http://cvs.php.net/viewcvs.cgi/phpdoc-nl/reference/array/functions/array-change-key-case.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc-nl/reference/array/functions/array-change-key-case.xml
diff -u phpdoc-nl/reference/array/functions/array-change-key-case.xml:1.5 phpdoc-nl/reference/array/functions/array-change-key-case.xml:1.6
--- phpdoc-nl/reference/array/functions/array-change-key-case.xml:1.5	Sun Sep 19 13:37:12 2004
+++ phpdoc-nl/reference/array/functions/array-change-key-case.xml	Mon Mar 13 21:06:12 2006
@@ -3,8 +3,8 @@
   <refentry id="function.array-change-key-case">
    <refnamediv>
     <refname>array_change_key_case</refname>
-    <refpurpose>Geeft een array terug met alle string keys aks lowercase
-     of als uppercase
+    <refpurpose>Geeft een array terug met alle string keys in lowercase
+     of uppercase karakters
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -28,7 +28,7 @@
      <title><function>array_change_key_case</function> voorbeeld</title>
      <programlisting role="php">
 <![CDATA[
-$input_array = array("FirSt" => 1, "SecOnd" => 4);
+$input_array = array("FirSt" => 1, "SecOnd" => 2);
 print_r(array_change_key_case($input_array, CASE_UPPER));
 ]]>
      </programlisting>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.