Re: PHP gets the intersection and difference set of the array
function array_diff () returns the value that appears in the first array but not in the other input array. This function is the opposite of array_intersect ().
[code]array array_diff (array array1, array array2