2 Star 5 Fork 2

Echo/MQ-Yaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
Echo 提交于 2024-07-25 10:24 . 优化
<?php
declare (strict_types = 1);
ini_set('date.timezone','Asia/Shanghai');
// 检测PHP环境
if (version_compare ( PHP_VERSION, '8.3.0', '<' )) die ( 'require PHP >= 8.3.0 !' );
define("__ROOT__",dirname(__FILE__));//项目根目录
define("CONFIG_PATH", dirname(__FILE__) . "/conf/");//配置文件目录
define("PUBLIC_PATH", dirname(__FILE__) . "/public/");//静态资源目录
define("RUNTIME_PATH", dirname(__FILE__) . "/public/runtime/");//运行时目录
define("LOG_PATH", dirname(__FILE__) . "/public/runtime/logs/");
const IS_XHPROF = true;//是否开启xhprof性能分析
require_once "app/app.php";
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/cywymch/mq-yaf.git
[email protected]:cywymch/mq-yaf.git
cywymch
mq-yaf
MQ-Yaf
master

搜索帮助