Skip to main content
博客
div+css 博客
javascript 博客
vue 博客
php 博客
微信 博客
php
drupal
composer
thinkphp
onethink
laravel
Swoole
dedecms
magento
smarty
ecshop
zencart
joomla
discuz
wordpress
yii
微信
抖音
ci
weiphp
destoon
python
plone
apache
nginx
cache
memcache
redis
div+css
javascript
jquery
typescript
Vue.js
Amaze
zepto
react
underscore
backbone
angular
lodash
layui
js特效
vbscript
photoshop ai
sql
mysql
mssql
oracle
regular
node.js
腾讯开放平台
dreamweaver
linux
seo
app
asp及asp.net
flash
iis
java
mac
wap
windows
dos
其它
浏览器
网络
AD域
虚拟机
AC
简写翻译
欢迎各位兄弟 发布技术文章
这里的技术是共享的
个人技术网_前端_后台_php_div_css_linux_javascript_seo
搜索表单
搜索
用户登录
用户名
*
密码
*
重设密码
You are here
首页
php 类/对象的信息 变量名 方法名 有大用
星期二, 2015-11-24 18:51 —
shiping1
简介
安装/配置
需求
安装
运行时配置
资源类型
预定义常量
范例
类/对象 函数
__autoload
— 尝试加载未定义的类
call_user_method_array
— 调用一个用户方法,同时传递参数数组(已废弃)
call_user_method
— 对特定对象调用用户方法(已废弃)
class_alias
— 为一个类创建别名
class_exists
— 检查类是否已定义
get_called_class
— 后期静态绑定("Late Static Binding")类的名称
get_class_methods
— 返回由类的方法名组成的数组
get_class_vars
— 返回由类的默认属性组成的数组
get_class
— 返回对象的类名
get_declared_classes
— 返回由已定义类的名字所组成的数组
get_declared_interfaces
— 返回一个数组包含所有已声明的接口
get_declared_traits
— 返回所有已定义的 traits 的数组
get_object_vars
— 返回由对象属性组成的关联数组
get_parent_class
— 返回对象或类的父类名
interface_exists
— 检查接口是否已被定义
is_a
— 如果对象属于该类或该类是此对象的父类则返回 TRUE
is_subclass_of
— 如果此对象是该类的子类,则返回 TRUE
method_exists
— 检查类的方法是否存在
property_exists
— 检查对象或类是否具有该属性
trait_exists
— 检查指定的 trait 是否存在
add a note
User Contributed Notes
来自
http://php.net/manual/zh/book.classobj.php
普通分类:
php