downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

The Basics> <클래스와 객체
[edit] Last updated: Sat, 07 Jan 2012

view this page in

소개

PHP 5는 좋은 성능과 많은 기능을 가진 새로운 객체 모델이 작성되었습니다. 이는 PHP 4에서 큰 변경점입니다. PHP 5는 완전한 객체 모델을 가집니다.

PHP 5는 visibility, 추상화, final 클래스와 메소드를 포함하여, magic methods, 인터페이스, 복제 typehinting 등의 기능을 가지고 있습니다.

PHP는 객체를 참조 또는 핸들 방식으로 다룹니다. 각 변수는 객체 참조를 사용하며, 전체 객체를 복제하지 않습니다. 객체와 참조를 읽어 보십시오.



add a note add a note User Contributed Notes 소개
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites