2015年12月25日
摘要: $p)) { return $this->$p; } if($p == 'p1') { $this->$p = 456; } return $this->$p; }}$a = new A();var_dump($a->p1);//$a->p1 = null; //重新获取$a->$p1时,不会触... 阅读全文
posted @ 2015-12-25 15:32 yangyh 阅读(499) 评论(0) 推荐(0) 编辑