Science, asked by adityakaushik1264, 1 year ago

How many types of Array are there in PHP?

Answers

Answered by dhruvbadaya1
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 adarsh1191996pefhz7
0

There are 3 types of Array in PHP.

Indexed Array

Associative Array

Multidimensional Array

Similar questions