From 798df112a082957c9825bbcf4caa33b7150f590f Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Tue, 26 Feb 2002 18:19:53 +0000 Subject: [PATCH] Fixed minor typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70967 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 efcbda917e..e849727abd 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2782,7 +2782,7 @@ blue, large, sphere, medium If the third parameter strict is set to - &true; then the in_array + &true; then the in_array function will also check the types of the needle in the haystack.