The What
Syntax
array array_intersect_uassoc ( array $array1 , array $array2 [, array $... ], callable $key_compare_func );
Description
The array_intersect_uassoc
function returns an array containing all the values of array1 that are present in all the arguments. Note that the keys are used in the comparison unlike in array_intersect().
Your best friend is code, Tonya is making the introductions.
More coming soon…keep checking back.