February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_diff_assoc
array array_diff_assoc(arrayarray1, arrayarray2[, ... arrayarrayN])
Returns an array containing all the values in
array1 that are not present in any of the
other provided arrays. Unlike array_diff(), both the keys and values must
match to be considered identical. The keys of the values are
preserved.
Read now
Unlock full access