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
arraycontaining all the entries from array that are not present in any of the other arrays.
Keys in thearrayare preserved.
https://www.php.net/manual/en/function.array-diff.php
Last modified: 2021-06-06
© 2021 universeorange.com