Q:

Which one of the following is the correct way of declaring a namespace?

belongs to collection: OBJECT TOOLS AND VARIABLES IN PHP MCQ

0

Which one of the following is the correct way of declaring a namespace?


  1. namespace my;
  2. namespace my();
  3. my namespace;
  4. namespace(my);

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).namespace my;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT TOOLS AND VARIABLES IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which symbol is used to declare nested namespaces?... >>
<< Which of the following can you place inside a name...