array_uintersect_uassoc in PHP

Syntax of array_uintersect_uassoc array array_uintersect_uassoc(array array1, arrayarray2[, … array arrayN], string function1, string function2) Returns an array containing all the values in the first array that are also present in all of the other arrays. Both keys and values are used to check for equality; that is, “a” => 1 and “b” => 1 are … Read more