出错了,谁来帮帮我呀?

来源:5-1 SPL使用spl_autoload_register函数装载类

qq_9987

2018-04-09 16:17

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();

写回答 关注

1回答

  • 慕粉4089068
    2018-04-15 19:42:15

    Autoload01.php 看看这个文件,根据提示走


站在巨人的肩膀上写代码—SPL

SPL,一个能找到登上绝顶的天梯,学会后能提高实际工作的效率

22765 学习 · 108 问题

查看课程

相似问题