Student Reviews
( 5 Of 5 )
1 review
Video of PHP Namespace Tutorial - Full PHP 8 Tutorial in PHP Native course by Program With Gio channel, video No. 38 free certified online
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: https://www.patreon.com/programwithgio
THANK YOU!
LESSON 2.4
Course Outline - https://github.com/ggelashvili/learnphptherightway-outline
Course Playlist - https://www.youtube.com/playlist?listPLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe-
RESOURCES
Namespaces Docs - https://www.php.net/manual/en/language.namespaces.php
Name Resolution Rules - https://www.php.net/manual/en/language.namespaces.rules.php
How does a name like \my\name or \name resolve?
https://www.php.net/manual/en/language.namespaces.faq.php#language.namespaces.faq.full
How does a name like my\name resolve?
https://www.php.net/manual/en/language.namespaces.faq.php#language.namespaces.faq.qualified
How does an unqualified class name like name resolve?
https://www.php.net/manual/en/language.namespaces.faq.php#language.namespaces.faq.shortname1
How does an unqualified function name or an unqualified constant name like name resolve?
https://www.php.net/manual/en/language.namespaces.faq.php#language.namespaces.faq.shortname2
Defining Multiple Namespaces In The Same File
https://www.php.net/manual/en/language.namespaces.definitionmultiple.php