14 Star 55 Fork 26

a07061625 / swooleyaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
helper_service.php 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
紫血剑神 提交于 2020-03-26 14:11 . namespace Tool rename to SyTool
<?php
require_once __DIR__ . '/helper_load.php';
$type = SyTool\Tool::getClientOption('-st', false, 'server');
if ($type == 'server') {
\Helper\ServiceRunner::run(\SyConstant\Project::MODULE_NAME_API, \SyConstant\Project::$totalModuleName);
} elseif ($type == 'processpool') {
\Helper\ServiceRunner::runProcessPool();
} else {
exit('服务类型不支持' . PHP_EOL);
}
PHP
1
https://gitee.com/a07061625/swooleyaf.git
git@gitee.com:a07061625/swooleyaf.git
a07061625
swooleyaf
swooleyaf
master

搜索帮助