array_diff

Example

 array array_diff ( array $array1 , array $array2 [, array $... ] ) 

Description

Compares array1 against array2 and returns the difference.

Return Values

Returns an array containing all the entries from array1 that are not present in any of the other arrays.