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