会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
i金少
对于不可控的事情,我们要保持乐观;对于可控的事情,我们要保持谨慎。--爱比克泰德
博客园
首页
新随笔
联系
订阅
管理
2024年12月6日
关于PHP this 和 self 调用类方法的区别
摘要: 看以下代码 class ParentClass { public function parentMethod() { print_r(get_class($this)); //输出 ChildClass $this->get(); //这时候的this 是 ChildClass的对象 输出:子类的方
阅读全文
posted @ 2024-12-06 18:57 i金少
阅读(5)
评论(0)
推荐(0)
编辑
公告