Profiler:基于独白的配置文件

时间:2024-07-16 01:05:51
【文件属性】:

文件名称:Profiler:基于独白的配置文件

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-16 01:05:51

PHP

傻瓜\探查器 这个包提供了一个简单易用的分析器,具有 monolog 的强大功能。 要求 PHP 5.4 或更高 Monolog(与composer一起自动安装) 安装 安装为任何 Composer 包。 设置 您应该在代码的早期加载分析器。 <?php $ profiler = new Profiler (); $ profiler -> enable (); 在启用未运行之前,不会记录任何请求。 您可以设置 monolog 处理程序以具有自定义输出选项: <?php $ profiler = new Profiler (); $ profiler -> pushHandler ( new ChromePHPHandler ()); $ profiler -> enable (); $ profiler -> log ( "Profiler enabled" ); HTML 输


【文件预览】:
Profiler-master
----.gitignore(181B)
----README.md(2KB)
----LICENSE(1KB)
----composer.json(483B)
----src()
--------Profiler.php(8KB)

网友评论