I need to compare two arrays of strings and delete all the duplicates values from both arrays. Is this possible? The only related function I could find is array_unique() but even that doesn't seem to do what i need.
Thanks in advance.
There is also [man]array_diff[/man].