设为首页 加入收藏

TOP

Composer中的自动加载(三)
2015-07-20 17:53:16 来源: 作者: 【 】 浏览:5
Tags:Composer 自动 加载
TORY_SEPARATOR . $logicalPathPsr0)) { return $file; } } } } } // PSR-0 fallback dirs foreach ($this->fallbackDirsPsr0 as $dir) { if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { return $file; } } // PSR-0 include paths. if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { return $file; } } /** * Scope isolated include. * * Prevents access to $this/self from included files. */ function includeFile($file) { include $file; }
完。

首页 上一页 1 2 3 下一页 尾页 3/3/3
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇UVA 1025 A Spy in the Metro(DP) 下一篇Data Race Free 的前世今生

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: