Revisions: array_intersect_key
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(...)]). Equivalent of array_intersect_assoc() but does not do compare of the data. |
Versions: array_intersect_key
Version | Date | Programmer | Summary | Status |
---|---|---|---|---|
2011-12-20 04:33 | jj5 | Import from phpjs. | latest |
Tests: array_intersect_key
There are no test versions to display.