Slide 15
Slide 15 text
PHP 5.3: Namespaces
Everything is in a namespace!
■
Since PHP 5.3, every class, function, variable, constant, etc is
located within a namespace, even if you don't use them.
■
If it isn't explicitly in a namespace, it is in the global
namespace (or global scope).
■ The global namespace in PHP is called: \