如何在函数spl_autoload_register中使用$ this

时间:2017-02-18 13:16:58

标签: php spl

 public function run()
{
    spl_autoload_register(array($this, 'loadClass'));
}

为什么在这里使用$this? 应该如何使用spl_autoload_register()

0 个答案:

没有答案