This article mainly introduces PHP array definition and usage examples (php array definition method), friends in need can refer to it
This is a PHP example about arrays. It briefly explains the basic use of arrays. Comments are added to the example. The code is as follows: "Fruit","b"=>"Car"); //You can reference it like this $ex["a"];//The corresponding value is fruit $ex["b"];//The corresponding value is the car //You can also create such a key-value array ?>