From 2d7203385529c1ed408eb2882a98fce976d5cd43 Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Mon, 19 Nov 2001 22:36:44 +0000 Subject: [PATCH] Small clarification git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62812 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index d57272f022..ae1cba8fc3 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -633,8 +633,7 @@ if (array_key_exists("first", $search_array)) { - The name of this function is key_exists - in PHP version 4.0.6. + This function was introduced in PHP 4.0.6.