Array_diff Function
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 the other arrays will be [...]
Filed under: Basic Programming, Sample Code by Avatar
No Comments »