How many types of Array are there in PHP?
Answers
Answered by
0
Create an Array in PHP
In PHP, the array() function is used to create an
In PHP, there are three types of arrays:
Indexed arrays - Arrays with a numeric index
Associative arrays - Arrays with named keys
Multidimensional arrays - Arrays containing one or more arrays
Answered by
0
There are 3 types of Array in PHP.
Indexed Array
Associative Array
Multidimensional Array
Similar questions