diff --git a/reference/array/functions/in-array.xml b/reference/array/functions/in-array.xml index f1fa4cd0b7..2914ff31aa 100644 --- a/reference/array/functions/in-array.xml +++ b/reference/array/functions/in-array.xml @@ -3,7 +3,7 @@ in_array - Checks if a value exists in an array + Checks if a value exists in an array using loose comparison if &reftitle.description; @@ -11,10 +11,11 @@ boolin_array mixedneedle arrayhaystack - boolstrict + boolstrict&false; - Searches haystack for needle. + Searches haystack for needle using loose comparison + unless strict is set.