会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
BurningChen
博客园
首页
新随笔
联系
订阅
管理
2018年3月9日
trait技术
摘要: trait是php5.4以后新增加的一个功能,可以将多个类中,共用的一些属性和方法提取出来做来公共trait类。 <?phpclass a{public $name = 'a';public function hello1() {echo 'a::hello1()';}} trait b{publi
阅读全文
posted @ 2018-03-09 16:06 Burning_Ice
阅读(127)
评论(0)
推荐(0)
编辑
公告