array_uintersect

Example

 array array_uintersect ( array $array1 , array $array2 [, array $ ... ], callback $data_compare_func ) 

Description

Computes the intersection of arrays, compares data by a callback function.

Return Values

Returns an array containing all the values of array1 that are present in all the arguments.