PHP/use
< PHP
Jump to navigation
Jump to search
About
In PHP, the keyword use
has three distinct possible meanings:
- importing/aliasing of classoids and other identifiers within namespaces -- see Using namespaces: Aliasing/Importing
- including traits within classes -- see PHP/trait/use
- inheriting variables in closures