Is there a PHP function to remove certain array elements from an array?
E.g., I have an array (A) with values and another array (B) from wh
A
B
The array_diff function will do this for you.