PHP 5에서 객체 비교
The Basics
언어 레퍼런스
PHP Manual
클래스와 객체 (PHP 5)
Table of Contents
The Basics
Constructors and Destructors
Visibility
Scope Resolution Operator (::)
Static Keyword
Class Constants
Class Abstraction
Object Interfaces
Overloading
Object Iteration
Magic Methods
Final 키워드
Object cloning
Comparing objects
Reflection
소개
PHP 5는 새로운 객체 모델을 가집니다. PHP의 객체 조작은 완전히 새로 쓰여졌고, 더욱 나은 성능과 많은 기능을 허용합니다.
PHP 5에서 객체 비교
The Basics
언어 레퍼런스
PHP Manual