1 Star 0 Fork 19

woerwin/PhaService

forked from jackyzux/PhaService 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
jackyzux 提交于 2018-10-05 13:09 . first commit
#!/usr/bin/env php
<?php
date_default_timezone_set('PRC'); //默认时区
ini_set('memory_limit', -1); //不限制内存使用
//ini_set("memory_limit", "1G");
ini_set('default_socket_timeout', -1);//socket没有时间限制
ini_set('set_time_limit', 0);//php执行时间没有限制
require __DIR__ . "/cli/bootstrap_cli.php";
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/woerwin/PhaService.git
git@gitee.com:woerwin/PhaService.git
woerwin
PhaService
PhaService
master

搜索帮助