array_diff « Data Structure « PHP






1.Array Complement
2.array_diff
3.array_diff( ) function returns a new array containing all the values of array $arr1 that do not exist in array $arr2.