Edit: array_diff_ukey
Function: | |
Description: | Returns the entries of arr1 that have keys which are not present in any of the others arguments. User supplied function is used for comparing the keys. This function is like array_udiff() but works on the keys instead of the values. The associativity is preserved. |
[top]
Comments
There are no comments yet, be the first!
Please Login or Register to post comments.