Home »
MCQs »
PHP MCQs
Which is/are valid types of arrays in PHP?
108. Which is/are valid types of arrays in PHP?
- Indexed arrays
- Associative arrays
- Multidimensional arrays
- All of the above
Answer: D) All of the above
Explanation:
All of the above types are valid arrays in PHP.