Q. Which PHP function removes the first element of an array?
β
Correct Answer: (A)
array_shift()
Explanation: array_shift() removes the first array element.