derick          Tue Nov 20 02:27:26 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  - Reverse thomas' patch. It was correct as it was.
  #- In PHP 4.0.6 this function was introduced as key_exists. However, in 
  #  4.1.0 and up, the name is array_key_exists.
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.126 phpdoc/en/functions/array.xml:1.127
--- phpdoc/en/functions/array.xml:1.126 Mon Nov 19 17:36:44 2001
+++ phpdoc/en/functions/array.xml       Tue Nov 20 02:27:26 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.126 $ -->
+<!-- $Revision: 1.127 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -633,7 +633,8 @@
     </para>
     <note>
      <simpara>
-      This function was introduced in PHP 4.0.6.
+      This name of this function is <function>key_exists</function>
+      in PHP version 4.0.6.
      </simpara>
     </note>
     <para>


Reply via email to