Q. Which PHP function is used to remove elements from the end of an array?
β
Correct Answer: (A)
array_pop()
Explanation: array_pop() removes and returns the last element of an array.