As the namespace size grows, using namespaces can become a little repetitious, but PHP also provides the . . . . . statement, which allows you to alias a specific namespace.
A
php
B
grant
C
use
D
label
Correct Answer: use