array_diff — Computes the difference of arrays
http://php.net/manual/en/function.array-diff.php
array array_diff ( array $array1 , array $array2 [, array $... ] )
Compares
array1
against one or more other arrays and returns the values inarray1
that are not present in any of the other arrays.