in PHP, is the USE command the same as NAMESPACE?

I can't figure out what the difference between "use" and "namespace" is. I seem them both used for what seems like the same thing. Are they both used for defining a namespace? Is there a difference? Why would I use one instead of the other?
 
Back
Top