Advanced PHP Programming - How To Use Namespace In PHP

preview_player
Показать описание
For a PHP beginners, the concept namespaces seem quite complex. But, once we understand basics of namespaces, it is easy to implement. In this article, we study how to use namespace in PHP.

As a developer, you will get a feel of advanced PHP programming while using the namespaces in your code.

PHP introduced namespaces to avoid naming conflicts between classes, functions and constants.

-~-~~-~~~-~~-~-
Please watch: "How To Add Two Step Authentication On WordPress Website"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

It's a good video. but it's even better if you teach about "use" keyword as well.

HowPortal