Universeorange.com/Docs/

R3m/framework Function reference array.diff

{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 the array are preserved.

More information:

https://www.php.net/manual/en/function.array-diff.php

Last modified: 2021-06-07

© 2021 universeorange.com