php类/对象操作函数
来源:phperz.com 作者:phperz.com 发布时间:2010-04-01
下列表是php类/对象操作函数 call_user_method_array-- 调用一
下列表是php类/对象操作函数call_user_method_array -- 调用一个用户方法,同时传递参数数组[已停用] call_user_method -- 调用特定对象的用户方法[已停用] class_exists -- 检查类是否已定义 get_class_methods -- 返回由类的方法名组成的数组 get_class_vars -- 返回由类的默认属性组成的数组 get_class -- 返回对象的类名 get_declared_classes -- 返回由已定义类的名字所组成的数组 get_declared_interfaces -- Returns an array of all declared interfaces get_object_vars -- 返回由对象属性组成的关联数组 get_parent_class -- 返回对象或类的父类名 interface_exists -- Checks if the interface has been defined is_a -- 如果对象属于该类或该类是此对象的父类则返回 TRUE is_subclass_of -- 如果此对象是该类的子类,则返回 TRUE method_exists -- 检查类的方法是否存在 property_exists -- Checks if the object or class has a property 延伸阅读:PHP面向对象编程快速入门Javascript遍历JavaScript某个对象所有的属性名称和值的方法phpmailer所有对象和属性 中文PHP通用分页类php验证码类用method_exists检查某个类的方法是否存在WEB开发非常有用的9个PHP类库3K大小的万能JQuery弹出层类库