PHP数组函数array
程序员文章站
2022-05-04 12:06:36
...
1、语法
array(key=>value)
2、实例
"apple","b"=>"pear","c"=>"orange","d"=>"peach"); print_r($fruit); ?>