Reply to returning elements from array 1 not in array 2
Posted by blackwater dev on 11/01/05 23:36
I have two different arrays. What is the function to remove all of
the elements from array 1 that are not in array 2 and return them.
Array_diff seems to give me that plus ones with different values, I
simply want all of the ones from one array that are not in another
array and want them removed from the one array.