what does backslash do in this php code?
This question already has an answer here:
PHP 5 has introduced namespaces. Read about them on PHP website.
The backslash indicates this function or constant name is in your root namespace.
链接地址: http://www.djcxy.com/p/58132.html下一篇: 这个PHP代码中的反斜杠是做什么的?