array_uintersect

Function Name: array_uintersect
Function Versions: PHP 5
Function Description: array_uintersect Computes the intersection of arrays, compares data by a callback function
Return: array
Function Arguments: array array1, array array2 [, array ..., callback data_compare_func]

Link Partners