摘要: class_exists():判断某个类是否存在(定义过) interface_existe():判断接口是否存在 get_class():获取某个对象的"所属类名" get_parent_class():获取某个对象的"所属父类的类名" get_class_method():获取一个类的所以方法, 阅读全文
posted @ 2016-08-21 11:27 gaara724 阅读(168) 评论(0) 推荐(0)