PHP/use
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
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
