honglvshi/guangguang_bom

There is no license information available for the latest version (1.0.0) of this package.

check file bom

1.0.0 2019-09-18 15:27 UTC

This package is auto-updated.

Last update: 2024-04-19 01:32:17 UTC


README

###安装

composer require honglvshi/guangguang_bom

demo

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

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