输入您的搜索字词
提交搜索表单
搜
索
在
手册中
PHP 手册
语言参考
基本语法
类型
变量
常量
表达式
运算符
控制结构
函数
类与对象(PHP 4)
类与对象(PHP 5)
异常处理
引用的解释
基本概念
对象的比较
Last updated: Mon, 29 Oct 2007
第19章类与对象(PHP 5)
目录
前言
基本概念
自动加载对象
构造函数和析构函数
访问控制
范围解析操作符(::)
Static Keyword
Class Constants
Class Abstraction
Object Interfaces
Overloading
Object Iteration
Patterns
Magic Methods
Final Keyword
Object cloning
Comparing objects
Reflection
Type Hinting
前言
PHP 5 引入了新的对象模型(Object Model)。完全重写了 PHP 处理对象的方式,允许更佳性能和更多特性。
add a note
User Contributed Notes
类与对象(PHP 5)
There are no user contributed notes for this page.
基本概念
对象的比较
Last updated: Mon, 29 Oct 2007