码迷,mamicode.com
首页 > Web开发 > 详细

PHP学习笔记二十三【This】

时间:2014-10-26 22:31:59      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   sp   div   on   log   cti   

<?php
  Class Person
  {
  
     function test1()
     {
      $this->test2();//类里面的方法互相调用要加$this
     }
    protected function test2()
     {
       echo "test2";
     }
  }

?>

 

PHP学习笔记二十三【This】

标签:style   blog   color   io   sp   div   on   log   cti   

原文地址:http://www.cnblogs.com/sumg/p/4052826.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!