array array_diff_assoc ( array $array1 , array $array2 [, array $... ] )
Compares array1 against array2 and returns the difference. Unlike array_diff() the array keys are used in the comparison.
Returns an array containing all the values from array1 that are not present in any of the other arrays.