📜  php代码示例中有哪些类型的数组

📅  最后修改于: 2022-03-11 14:54:32.735000             🧑  作者: Mango

代码示例1
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.