=> is an array member access symbol
-> is an object member access symbol
For example:
$array = array(“site map”=>”map.php”); //defines a Array, containing an array member: the key name is site map, the value is map.php
Copyright Statement: Please indicate the source for reprinting
The above introduces the problem of php -> =>, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.