1 Star 0 Fork 4

sniper/WelineFramework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
declare(strict_types=1);
/*
* 本文件由 秋枫雁飞 编写,所有解释权归Aiweline所有。
* 邮箱:aiweline@qq.com
* 网址:aiweline.com
* 论坛:https://bbs.aiweline.com
*/
$start = microtime(true);
require __DIR__ . '/pub/index.php';
$end = microtime(true);
var_dump(($start - $end) / 1000000);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ye999/WelineFramework.git
git@gitee.com:ye999/WelineFramework.git
ye999
WelineFramework
WelineFramework
dev

搜索帮助