(PHP 5 >= 5.3.0, PHP 7)
Examples:
__NAMESPACE__ example, namespaced code
PHP supports two ways of abstractly accessing elements within the current namespace, the __NAMESPACE__ magic constant, and the namespace keyword.
The value of __NAMESPACE__ is a string that contains the current namespace name. In global, un-namespaced code, it contains an empty string.
<?php
namespace MyPro