From 1805429b60ea69a96bd25c9ed55b3b03500f7c95 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 20 Nov 2001 07:27:26 +0000 Subject: [PATCH] - 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 --- functions/array.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index ae1cba8fc3..9729656216 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -633,7 +633,8 @@ if (array_key_exists("first", $search_array)) { - This function was introduced in PHP 4.0.6. + This name of this function is key_exists + in PHP version 4.0.6.