Which of the following is NOT a type of array in PHP?

  • Associative Array
  • Multidimensional Array
  • Circular Array
  • Indexed Array
Circular arrays are not a type of array in PHP. PHP primarily supports indexed arrays, associative arrays, and multidimensional arrays.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *