Q. Which of the following is true about PHP arrays?
β
Correct Answer: (C)
Arrays can hold mixed data types
Explanation: PHP arrays can contain integers, strings, objects, etc.