PHP程序员站--PHP编程开发平台
 当前位置:主页 >> PHP基础 >> 基础文章 >> 

php类/对象操作函数

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弹出层类库
Tags: php类   对象   函数   php    
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号