From a9f4a1c5f0f5c178ca92ce38e843d0e443809de2 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Thu, 15 Nov 2001 07:39:59 +0000 Subject: [PATCH] Small clarification. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62475 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index f3b9bd7244..1dd2a44bd6 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -604,7 +604,7 @@ if (array_key_exists("first", $search_array)) { The name of this function is key_exists - in PHP version 4.0.6. + in PHP versions earlier than 4.0.6.