1 Star 1 Fork 1

大吉 / web-msg-sender

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.php 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
walkor 提交于 2016-04-25 22:05 . update
<?php
/**
* run with command
* php start.php start
*/
use Workerman\Worker;
// composer 的 autoload 文件
include __DIR__ . '/vendor/autoload.php';
if(strpos(strtolower(PHP_OS), 'win') === 0)
{
exit("start.php not support windows, please use start_for_win.bat\n");
}
// 标记是全局启动
define('GLOBAL_START', 1);
// 加载IO 和 Web
require_once __DIR__ . '/start_io.php';
require_once __DIR__ . '/start_web.php';
// 运行所有服务
Worker::runAll();
PHP
1
https://gitee.com/daji666/web-msg-sender.git
git@gitee.com:daji666/web-msg-sender.git
daji666
web-msg-sender
web-msg-sender
master

搜索帮助