Home >Topic List >Where does the subscript of php array start?
The subscripts in PHP start from 0, the first element of the array has the subscript 0, the second element has the subscript 1, and so on. You can also use associative arrays in PHP, and the subscripts of associative arrays can use any string, not just numerical values. This topic provides you with relevant articles, downloads, and course content for you to download and experience for free.