Skip to content

Instantly share code, notes, and snippets.

View hainuo's full-sized avatar
🏠
Working from home

hainuo hainuo

🏠
Working from home
View GitHub Profile
@hainuo
hainuo / NginxLog.php
Last active April 30, 2018 06:47 — forked from zwjzxh520/NginxLog.php
php写的nginx 日志分析
<?php
/**
* nginx日志文件分析。
* 根据配置的nginx日志格式,分析对应的日志内容。各变量
*/
class NginxLog {
protected static $br = "\n";
/**