Universeorange.com/Docs/
{array.diff(Array ...$array)}
Compares array against one or more other arrays and returns the values in array that are not present in any of the other arrays.
Returns an
array
containing all the entries from array that are not present in any of the other arrays.
Keys in thearray
are preserved.
https://www.php.net/manual/en/function.array-diff.php
Last modified: 2021-06-07
© 2021 universeorange.com