Q. Which function is used to create an array in PHP?
β
Correct Answer: (C)
array()
Explanation: array() function is used to create arrays in PHP.