出錯了,誰來幫幫我呀?
Fatal error: spl_autoload(): Class Test could not be loaded in /home/cabox/workspace/php/spl/Autoload01.php on line 10?
怎么辦呀??
<?php spl_autoload_extensions('.class.php'); set_include_path(get_include_path().PATH_SEPARATOR."libs/"); spl_autoload_register(); new Test();
2018-04-15
Autoload01.php 看看這個文件,根據(jù)提示走