remove iems from one array from another code example Example: remove item from array if exists in another array $filteredFoo = array_diff($foo, $bar);