I am wondering if there is a built-in PHP function to do the following:
Take two parameters: the input array and the second numerical array of key names and return only the keys from the input array whose name is in the second numerical array.
source
share