2 Star 2 Fork 0

tttlkkkl/nsq_swoole_client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Bootsrap.php 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
tttlkkkl 提交于 2017-04-02 16:21 . 命名空间
<?php
/**
*
* Date: 17-3-25
* Time: 下午8:29
* author :李华 yehong0000@163.com
*/
function __nsqAutoLoader($className)
{
$dir = __DIR__ . DIRECTORY_SEPARATOR . str_replace('\\', '/', $className) . '.php';
if(is_file($dir)){
require($dir);
}else{
return false;
}
}
spl_autoload_register("__nsqAutoLoader");
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/tttlkkkl/nsq_swoole_client.git
git@gitee.com:tttlkkkl/nsq_swoole_client.git
tttlkkkl
nsq_swoole_client
nsq_swoole_client
master

搜索帮助

A270a887 8829481 3d7a4017 8829481