Concept Flow - Aliasing with as keyword
Import Namespace or Class
Use 'as' to create Alias
Use Alias in Code
Code runs using Alias
End
This flow shows how PHP imports a namespace or class, creates an alias using 'as', and then uses that alias in the code.