Q. Which PHP function searches a value and returns its key?
β
Correct Answer: (C)
array_search()
Explanation: array_search() returns the key if the value is found.