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