Archive for July, 2010

Array_diff Function

Saturday, July 10th, 2010

The first function, array_diff() is used for comparing several tables or arrays which gives an array with the keys and values from the first array if the value is not available in the other arrays. Syntax is as follows : array_diff(array1,array2,array3......), where array 1 is the table to which all ...