delete array element if if matches with another array code example Example: remove item from array if exists in another array $filteredFoo = array_diff($foo, $bar);