update : 2015.11.03
php.shukuma.com
검색:
네임스페이스
OOP 변경기록
네임스페이스 개요
언어 레퍼런스
PHP Manual
네임스페이스
Table of Contents
네임스페이스 개요
Defining namespaces
Declaring sub-namespaces
Defining multiple namespaces in the same file
Using namespaces: Basics
Namespaces and dynamic language features
namespace keyword and __NAMESPACE__ constant
Using namespaces: Aliasing/Importing
Global space
Using namespaces: fallback to global function/constant
Name resolution rules
FAQ: things you need to know about namespaces
OOP 변경기록
네임스페이스 개요
언어 레퍼런스
PHP Manual