How To array_intersect_uassoc_insensitive()

../_images/array_intersect_uassoc_insensitive.png

array_intersect() functions use a direct comparison between the values in the array to make the comparison. When the comparison needs to be case insensitive, then one can use the u version of those functions, to make a case insensitive comparison.

See Also

PHP Features