Is there a PHP equivalent of the following?:
array_merge(array_diff($a, $b), array_diff($b, $a));
Thank you,
yeah