bjori           Wed Aug 15 11:40:20 2007 UTC

  Modified files:              
    /phpdoc/en/reference/array/functions        array.xml 
  Log:
  Keys cannot be any numeric value, only integers
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.15 
phpdoc/en/reference/array/functions/array.xml:1.16
--- phpdoc/en/reference/array/functions/array.xml:1.15  Wed Jun 20 22:24:15 2007
+++ phpdoc/en/reference/array/functions/array.xml       Wed Aug 15 11:40:20 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.110 -->
 <refentry xml:id="function.array" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
@@ -28,7 +28,7 @@
   </para>
   <para>
    Syntax "index =&gt; values", separated by commas, define index
-   and values. index may be of type string or numeric. When index is
+   and values. index may be of type string or integer. When index is
    omitted, an integer index is automatically generated, starting
    at 0. If index is an integer, next generated index will
    be the biggest integer index + 1. Note that when two identical

Reply via email to