Universeorange.com/Docs/
{in.array(Mixed $needle, Array $haystack, Bool $strict=false)}
Searches for needle in haystack using loose comparison unless strict is set.
The searched value.
Note: If needle is a string, the comparison is done in a case-sensitive manner.
The array.
If the third parameter strict is set to true then the {in.array()} function will also check the types of the needle in the haystack.
Returns
trueif needle is found in the array,falseotherwise.
https://www.php.net/manual/en/function.in-array.php
Last modified: 2021-06-06
© 2021 universeorange.com