php tostring用法
<?php class a{ private $a="123"; private $b="456"; public function __toString() { // TODO: Implement __toString() method. return $this->a.$this->b; } } $a = new a(); echo $a;
相关推荐
beibeijia 2019-12-22
realhero 2009-12-22
Dansha的花果山 2019-06-30
了不起的厂长 2019-06-28
红流 2014-08-18
PHP恶魔笔记 2019-06-12
pdw00 2019-06-25
Sincelily 2013-04-26
MarkArch 2019-06-21
xiaowanggedege 2009-12-29
xuchuangfeng 2018-08-14
liubingger 2018-03-08
火焰雪人 2019-05-06
cmfire 2016-05-16
无主之地 2019-04-25
wujimiao 2013-04-27
wujimiao 2012-12-02