honglvshi/guangguang_bom

此包的最新版本(1.0.0)没有可用的许可证信息。

检查文件bom

1.0.0 2019-09-18 15:27 UTC

This package is auto-updated.

Last update: 2024-09-19 02:22:23 UTC


README

###安装

composer require honglvshi/guangguang_bom

演示

//check_extension 检测文件的后缀
//check_path检测的目录
$ret = new \GuangBom\Bom([
    "check_extension" => ['php'],   
    "check_path" => [__DIR__,__DIR__]
]);

//true 代表直接替换bom头 false 只查找 默认flase
$ret->find(true);