最新回答 / 接力
沒(méi)有,你可以自己嘗試性的編寫代碼,主要理解其中的原理!
引用多余的class.php會(huì)影響程序運(yùn)行嗎,比如我要用一個(gè)類,結(jié)果引入了一堆php文件
2016-04-14
sublime 有插件支持ctrl+b 執(zhí)行
//添加以下代碼就能autoload 類
spl_autoload_extension('.class.php');
set_include_path(get_include_path().PATH_SEPARATOR."libs");
spl_autoload_register();
spl_autoload_extension('.class.php');
set_include_path(get_include_path().PATH_SEPARATOR."libs");
spl_autoload_register();
2016-03-04
四個(gè)接口Couuntable OuterIterator RecursiveIterator SeekableIterator
2016-03-04