How do you get difference between two or more arrays in PHP?
The inherit function `array_dif($arrayOne, $arrayTwo,
$arrayThree, ...)` is likely what you're looking for. It compares
two or more arrays, and returns an array of values that are unique
among the arrays.