March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_diff
array array_diff(arrayarray1, arrayarray2[, ... arrayarrayN])
Returns an array containing all of the values from the first array that are not present in any of the other arrays. The keys of the values are preserved.