Heim  >  Fragen und Antworten  >  Hauptteil

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

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


phpcn_u224phpcn_u2242833 Tage vor1398

Antworte allen(3)Ich werde antworten

  • 数据分析师

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

    php 中这个字符“=>"表示什么意思?-PHP中文网问答-php 中这个字符“=>"表示什么意思?-PHP中文网问答

    围观一下哦,学习一下。

    Antwort
    0
  • 怪我咯

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

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

    Antwort
    0
  • 阿神

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

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

    Antwort
    0
  • StornierenAntwort