转: PHP的"::"、"->"和"=>"的区别
2021-06-11 08:05
标签:一个 方法 静态 val key article details log 运算符 该运算符是调用一个类中的静态成员的方法,如: class xxx{ protected static $instance; self::$instance="111"; 或者 $this::$instance = "222"; } 该操作符是操作一个类中的成员变量的方法,可以是非static成员变量,如: class xxx{ private $test; $this-test="111"; } 该预算付是数组的key和value映射时使用的运算符。 语法“index => values”,用逗号分开,定义了索引和值。 "和"=>"的区别,soscw.com' target="_blank">转: PHP的"::"、"->"和"=>"的区别 标签:一个 方法 静态 val key article details log 运算符 原文地址:http://www.cnblogs.com/mrszhou/p/7293768.html来自:http://blog.csdn.net/wgw335363240/article/details/20453379
1."::" 运算法
2."->"运算符
3."=>"运算符
文章标题:转: PHP的"::"、"->"和"=>"的区别
文章链接:http://soscw.com/index.php/essay/93513.html