Home  >  Article  >  Backend Development  >  php -> => problem

php -> => problem

WBOY
WBOYOriginal
2016-07-30 13:31:46879browse

=> 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

this?>

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:nginx cache configurationNext article:nginx cache configuration