命名空间与Autoload
Posted 果然朝辉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了命名空间与Autoload相关的知识,希望对你有一定的参考价值。
命名空间是为了防止函数名冲突
php5.3之后使用spl_autoload_register()代替__autoload()
![](https://image.cha138.com/20210610/89386cf33cc749f0bd9257b36268120d.jpg)
![](https://image.cha138.com/20210610/8b00cf24091346d8ba90dc327ff5459a.jpg)
以上是关于命名空间与Autoload的主要内容,如果未能解决你的问题,请参考以下文章
php __autoload 在有命名空间的时候失效(使用的局限性)
PHP 命名空间和 spl_autoload_register