Q. Which PHP function adds one or more elements to the end of an array?
β
Correct Answer: (C)
array_push()
Explanation: array_push() adds elements to the end of an array.