CSE :: PHP - CS
- Some PHP code might not have a namespace and therefore lives in the . . . . . . namespace.
- All classes in the same namespace or subnamespace don’t have to the declared in the same PHP file.
- The value of __NAMESPACE__ is a string that contains the current namespace name. In global, un-namespaced code, it contains . . . . . .