Home  >  Q&A  >  body text

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

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


phpcn_u224phpcn_u2242883 days ago1420

reply all(3)I'll reply

  • 数据分析师

    数据分析师2017-09-30 22:59:41

    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.

    reply
    0
  • 怪我咯

    怪我咯2016-12-19 17:56:04

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

    reply
    0
  • 阿神

    阿神2016-12-19 17:54:18

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

    reply
    0
  • Cancelreply