数组有哪几种定义方式啊 ?
橱窗的光
橱窗的光 2016-12-17 13:45:43
0
2
1046
橱窗的光
橱窗的光

reply all(2)
数据分析师

What are the ways to define an array? -PHP Chinese website Q&A-What are the ways to define arrays? -PHP Chinese website Q&A

Please watch and learn.

迷茫

例如:

$a=array();$a[0]='苹果';$a[1]='梨';
$a=array('苹果','梨');
$a=array(0=>'苹果',1=>'梨');


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!