Q. Which PHP function returns the key of the current array element?
β
Correct Answer: (A)
key()
Explanation: key() returns the key of the current element.