Date: 11/15/01
- Next message: derick <email protected>: "[PHP-DOC] Bug #14065 Updated: Annotated doc lists function 'key_exists()' as 'array_key_exists()'"
- Previous message: Egon Schmid: "Re: [PHP-DOC] cvs: phpdoc /hk bookinfo.xml preface.xml zh_hk.xml /hk/chapters config.xml install.xml intro.xml security.xml /hk/features connection-handling.xml cookies.xml error-handling.xml file-upload.xml http-auth.xml images.xml persistent-connection"
- Next in thread: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: derick <email protected>: "[PHP-DOC] Bug #14065 Updated: Annotated doc lists function 'key_exists()' as 'array_key_exists()'"
- Previous message: Egon Schmid: "Re: [PHP-DOC] cvs: phpdoc /hk bookinfo.xml preface.xml zh_hk.xml /hk/chapters config.xml install.xml intro.xml security.xml /hk/features connection-handling.xml cookies.xml error-handling.xml file-upload.xml http-auth.xml images.xml persistent-connection"
- Next in thread: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

