// compares one array with one or more arrays by using user defined function and return the diff, elements which are present in array 1 and not in other arrays ...
// compares one array with one or more arrays by using user defined function and return the diff, elements which are present in array 1 and not in other arrays $a1 ...