From f90ee8cbcf620a29ba029268bc47cf68b85338be Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 15 Nov 2001 07:29:51 +0000 Subject: [PATCH] - Added note about array_key_exists git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62474 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/array.xml b/functions/array.xml index 74d192a796..f3b9bd7244 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -601,6 +601,12 @@ if (array_key_exists("first", $search_array)) { + + + The name of this function is key_exists + in PHP version 4.0.6. + + See also isset.