-
Questão 749
Function world() is defined in the namespace ‘myapp\utils\hello’. Your code is in namespace ‘myapp’.
What is the correct way to import the hello namespace so you can use the world() function?
A.use helloB.use utils\helloC.use myapp\utils\helloD.use myapp\utils\hello\world
Discussão (0)
Você precisa estar logado para fazer um comentário!