Programming PHP: Compare the Keys of an Array and find the Difference February 27, 2012 by Craig Lotter No Comments To compare two arrays to see if there is a difference, one often makes use of the array_diff function which takes two arrays, compares array1... Read More