diffKey()
The diffAssoc() method all similar to diff(), but this applies to keys
Example.php
Syntax
Parameter
$iterables
Arrays to compare.
Return value
A array containing all the entries that are not present in any of the other arrays. (Keys are preserved)
Prefixing
References
diff()Last updated