Namespace (namespace) is equivalent to a function, class, divided into a region, so that the same page can be require the same class, using the same name function
: Less use in projects
//name.php
//命名要使用复合名称namespaceme\mine;classme{publicfunction__construct(){echo'name'.'
'; } publicfunctionname(){echo'i use space'.'
'; }}//$me = new me();functionme(){echo'is me'.'
';}
//common.php
classme{publicfunction__construct(){echo'no namespace'.'
'; }}
//建议使用别名useme\mineasi;require'./name.php';require'./common.php';$me = new i\me();$me->name();i\me();$com = new me();
'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
'). Text (i)); }; $numbering. FadeIn (1700); }); });
The above describes the PHP namespace, including the content of the Espace, I hope that the PHP tutorial interested in a friend helpful.