Q. Which function returns an array of array keys?
β
Correct Answer: (A)
array_keys()
Explanation: array_keys() returns all the keys from an array.