Q. Which PHP function pads an array to a specific length?
β
Correct Answer: (C)
array_pad()
Explanation: array_pad() pads array to a given size.