derick          Thu Nov 15 02:29:51 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  - Added note about array_key_exists
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.119 phpdoc/en/functions/array.xml:1.120
--- phpdoc/en/functions/array.xml:1.119 Wed Nov 14 07:40:30 2001
+++ phpdoc/en/functions/array.xml       Thu Nov 15 02:29:51 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.119 $ -->
+<!-- $Revision: 1.120 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -601,6 +601,12 @@
       </programlisting>
      </example>
     </para>
+    <note>
+     <simpara>
+      The name of this function is <function>key_exists</function>
+      in PHP version 4.0.6.
+     </simpara>
+    </note>
     <para>
      See also <function>isset</function>.
     </para>


Reply via email to