The What
Description
The array_diff
function compares array1 against one or more other arrays and returns the values in array1 that are not present in any of the other arrays.
Who needs copy/paste? Right. Writing code from scratch is fun!
More coming soon…keep checking back.