The What
Syntax
array array_diff_key ( array $array1 , array $array2 [, array $... ] );
Description
The array_diff_key
function compares the keys from array1 against the keys from array2 and returns the difference. This function is like array_diff() except the comparison is done on the keys instead of the values.
Keep It Simple, Stupid (KISS) - the best kiss you'll get in code.
More coming soon…keep checking back.