Edit: array_intersect_ukey
Function: | |
Description: | Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). The comparison of the keys is performed by a user supplied function. Equivalent of array_intersect_uassoc() but does not do compare of the data. |
[top]
Comments
There are no comments yet, be the first!
Please Login or Register to post comments.