PHP Namespace Tutorial - Full PHP 8 Tutorial

Опубликовано: 20 Октябрь 2024
на канале: Program With Gio
58,214
2.2k

In this video, you will learn all you need to know about namespaces in PHP. Not only you will learn the basics of namespaces, but if you watch this video till the end you will know a lot of important details about namespaces. There are some caveats & things to be aware of when working with namespaces.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
⭐ Become a Patreon:   / programwithgio  
THANK YOU!

LESSON 2.4
Course Outline - https://github.com/ggelashvili/learnp...
Course Playlist -    • Learn PHP The Right Way - Full PHP Tu...  

RESOURCES
Namespaces Docs - https://www.php.net/manual/en/languag...
Name Resolution Rules - https://www.php.net/manual/en/languag...

How does a name like \my\name or \name resolve?
https://www.php.net/manual/en/languag...

How does a name like my\name resolve?
https://www.php.net/manual/en/languag...

How does an unqualified class name like name resolve?
https://www.php.net/manual/en/languag...

How does an unqualified function name or an unqualified constant name like name resolve?
https://www.php.net/manual/en/languag...

Defining Multiple Namespaces In The Same File
https://www.php.net/manual/en/languag...