kba-team/byte-debug
最新稳定版本:v2.0.1
Composer 安装命令:
composer require kba-team/byte-debug
包简介
A simple class for debugging bytes by converting them to a printable string.
README 文档
README
A simple class for debugging bytes by converting them to a printable string.
This is useful for all kinds of debugging, in case you receive strings containig all sorts of non-printable characters mixed into printable ones.
Usage
Add the package to your repository:
composer require kba-team/byte-debug
Use:
<?php echo \kbATeam\ByteDebug\ToString::fromString('hello'.chr(10).'world!'); //output: hellox0Aworld!
统计信息
- 总下载量: 2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-09