為啥我的在用了__autoload后會(huì)這樣,顯示的下面這個(gè)
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in?E:\www\學(xué)習(xí)代碼\php類與實(shí)例\類的自動(dòng)加載\main.php?on line?2
object(Imooc)#1 (0) { }
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in?E:\www\學(xué)習(xí)代碼\php類與實(shí)例\類的自動(dòng)加載\main.php?on line?2
object(Imooc)#1 (0) { }
2018-07-17
舉報(bào)
2018-07-22
新版本與舊版本的區(qū)別?spl_autoload_register 取代了__autoload