Skip to content

Instantly share code, notes, and snippets.

@azibom
Last active May 12, 2020 14:22
Show Gist options
  • Save azibom/be261ece276bf97315baac5b526b6a8b to your computer and use it in GitHub Desktop.
Save azibom/be261ece276bf97315baac5b526b6a8b to your computer and use it in GitHub Desktop.
Php note

What does Use do in php?

Use doesn't include anything. It just imports the specified namespace (or class) to the current scope

Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment