The What
Syntax
array array_diff_assoc ( array $array1 , array $array2 [, array $... ] );
Description
The array_diff_assoc
function compares array1 against array2 and returns the difference. Unlike array_diff() the array keys are also used in the comparison.
If you listen carefully, you can hear the 1s and 0s flowing in your computer.
More coming soon…keep checking back.