nginx-parser:Nginx 解析器

时间:2021-06-21 08:38:51
【文件属性】:
文件名称:nginx-parser:Nginx 解析器
文件大小:19KB
文件格式:ZIP
更新时间:2021-06-21 08:38:51
PHP Nginx 解析器 require __DIR__ . "/vendor/autoload.php" ; use gitstream\parser\nginx\ Parser ; $ conf = __DIR__ . '/tests/fixtures/nginx/nginx.conf' ; $ parser = new Parser (); print_r ( $ parser -> load ( $ conf )); 测试 phpunit --configuration ./phpunit.xml
【文件预览】:
nginx-parser-master
----.gitignore(36B)
----src()
--------Parser.php(4KB)
----.travis.yml(577B)
----LICENSE(1KB)
----composer.json(620B)
----README.md(407B)
----phpunit.xml(1KB)
----tests()
--------NginxMimeTypesTest.php(1KB)
--------NginxServerTest.php(4KB)
--------BaseTest.php(427B)
--------bootstrap.php(51B)
--------NginxTest.php(1KB)
--------fixtures()
--------NginxLogFormatTest.php(2KB)

网友评论