PHP namespaces, already in namespace?

前端 未结 0 1674
走了就别回头了
走了就别回头了 2020-12-14 16:54

I am learning PHP namespaces. There is one small piece i do not understand, example:

use Hello\\Hello2;

require \'Hello/Hello2/Hello.php\';

$h = new Hello2\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题