- Added note about array_key_exists

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62474 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2001-11-15 07:29:51 +00:00
parent d2b7187a70
commit f90ee8cbcf

View file

@ -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 @@ if (array_key_exists("first", $search_array)) {
</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>