php 中这个字符“=>"表示什么意思?
phpcn_u224
phpcn_u224 2016-12-19 17:54:01
0
3
1460

php 中这个字符“=>"表示什么意思?


phpcn_u224
phpcn_u224

reply all(3)
数据分析师

What does the character "=>" in php mean? -PHP Chinese website Q&A-What does the character "=>" in php mean? -PHP Chinese website Q&A

Please watch and learn.

刘奇

跟我们的==赋值类似,只不过=>是用在数组中的赋值

阿神

"=>"(等号、右尖括号)
数组中给值赋值,比如:$arr=array("one" =>("1"=>10, "2"=>20), "two"=>2); 那么$arr["one"]["1"]=10;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template