diff --git a/functions/array.xml b/functions/array.xml index 7851a12655..355a4e2c21 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2332,7 +2332,7 @@ if (in_array(1.13, $a, TRUE)) mixed array_search mixed needle array haystack - bool strict + bool strict @@ -2341,7 +2341,7 @@ if (in_array(1.13, $a, TRUE)) the array, &false; otherwise. - If the third parameter strict is set to + If the optional third parameter strict is set to &true; then the array_search will also check the types of the needle in the haystack.