From 85875f7a0a96ee4e82c3c3a9eedbd204648fd29d Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Thu, 15 Nov 2001 07:51:42 +0000 Subject: [PATCH] Reverting clarification. It was clearer, but also wrong. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62476 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 1dd2a44bd6..abda7db57d 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 versions earlier than 4.0.6. + in PHP version 4.0.6.