h-wang/utf-bom-fixer
Composer 安装命令:
composer require h-wang/utf-bom-fixer
包简介
UTF BOM fixer
关键字:
README 文档
README
Remove file UTF BOM.
The UTF-8 BOM is a sequence of bytes (EF BB BF) that allows the reader to identify a file as being encoded in UTF-8.
Normally, the BOM is used to signal the endianness of an encoding, but since endianness is irrelevant to UTF-8, the BOM is unnecessary.
According to the Unicode standard, the BOM for UTF-8 files is not recommended
Installation
Install dependencies
composer install
Run from the command line
php ./fixer fix dir_name_or_file_name [--extension=php]
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-06