Namespacing, use and group use declarations in PHP
Classes, functions and constants being imported from the same namespace can now be grouped together in a single use statement. Also learn name spaces and why we use them.
source
Classes, functions and constants being imported from the same namespace can now be grouped together in a single use statement. Also learn name spaces and why we use them.
source