From cb08c60ccceb971298fe61792840bbc1efb0a17c Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 21:06:10 +0000 Subject: [PATCH] array_search: add return.falseproblem note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64290 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/array.xml b/functions/array.xml index e3c20ebcf7..7cfd198856 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2679,6 +2679,7 @@ if (in_array(1.13, $a, TRUE)) will also check the types of the needle in the haystack. + &return.falseproblem; See also in_array.