随笔分类 -  php

php相关
摘要:yum install epel-releaserpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpmyum list --enablerepo=remi --enablerepo=remi-php56 | grep 阅读全文
posted @ 2016-12-01 19:34 rcj_飞翔
摘要:类函数和对象函数 类函数和对象函数 get_class(obj) 检测对象的类,返回字符串类型的类名 instanceof is_subclass_of 反射API 反射API 阅读全文
posted @ 2016-11-10 16:34 rcj_飞翔 阅读(150) 评论(0) 推荐(0)