Modern PHP - Namespace (1)
Contents
Namespace
Delare
1 |
|
Import and Alias
Normal Import
1 |
|
function and constant
1 | // PHP 5.6+ only: Import a function |
Helpful tips
Multiple imports
1 | //Don't do this |
Multiple namespace in one file
1 |
|
Global namespace
1 |
|