问答详情
源自:3-3 开发一个PSR-0 的基础框架

Loader.php文件中的autoload($class) 中$class参数怎么来的

为什么Loader.php文件中的autoload($class) 中 $class会是路径呢?  单入口index.php调用的时候:

spl_autoload_register('\\IMooc\\Loader::autoload');

并没有传递参数呀,那么$class这个参数的值怎么来的?

提问者:nightlostk 2019-08-23 11:02

个回答

  • 慕勒9131166
    2019-08-23 11:34:01
    已采纳

    https://img.mukewang.com/5d5f5e6b000176c203990222.jpg

    你这儿访问这个类了。