Q. Which PHP function adds elements to the beginning of an array?
β
Correct Answer: (B)
array_unshift()
Explanation: array_unshift() prepends elements.