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.
Who needs copy/paste? Right. Writing code from scratch is fun!
More coming soon…keep checking back.