DEV Community

Rahul singh for halflearning

Posted on

PHP Array

Image description

In PHP, there are three types of arrays:

  1. Indexed arrays - Arrays with a numeric index
  2. Associative arrays - Arrays with named keys
  3. Multidimensional arrays - Arrays containing one or more arrays. #halflearning #PHP #HTML #Css #Javascript #webdevelopment

Top comments (0)