array_intersect_uassoc_insensitive() ?ΒΆ

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

../_images/array_intersect_uassoc_insensitive.png