michaelking0/base-ranges
Composer 安装命令:
composer require michaelking0/base-ranges
包简介
Generate ranges of numbers in any base without hitting memory limits
README 文档
README
Generate paginated ranges of numbers in any base without hitting memory limits.
$range = new Range(2, 50);
print_r($range->getRange());
Author: https://www.mkwd.net
Examples of use:
- Binary converter: https://www.binary-code.org
- Hex converter: https://www.hexdictionary.com
- Hexadecimal converter: https://www.hexadecimaldictionary.com
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-11