Q. Which PHP function fills an array with values?
β
Correct Answer: (A)
array_fill()
Explanation: array_fill() fills array with values.