How To array_intersect_uassoc_insensitive()¶
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.