- 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.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62859 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2001-11-20 07:27:26 +00:00
parent 9ccabbcce5
commit 1805429b60

View file

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