Q. Which PHP function reverses the order of array elements?
β
Correct Answer: (A)
array_reverse()
Explanation: array_reverse() reverses array order.