From 9017566f2fbb3b695fb01c7ead6521013b876654 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 23 Nov 2001 08:23:08 +0000 Subject: [PATCH] Added link to "types" under definition of in_array()'s "static" parameter. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63106 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index 7f182ff810..f06ed84388 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2599,8 +2599,8 @@ blue, large, sphere, medium If the third parameter strict is set to &true; then the in_array - will also check the types of the needle - in the haystack. + will also check the types of + the needle in the haystack.