Which One Of The Following Is The Correct Way Of Declaring A #364
Which one of the following is the correct way of declaring a namespace?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP Object Tools and Design - PHP Object Tools - Quiz No.1.
Which one of the following is the correct way of declaring a namespace?
namespace my;
namespace my();
my namespace;
namespace(my);