michaelking0 / base-ranges
在不超出内存限制的情况下生成任何基数的数字范围
v1.0.1
2020-01-31 07:20 UTC
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-08-29 05:18:46 UTC
README
在不超出内存限制的情况下生成任何基数的数字分页范围。
$range = new Range(2, 50);
print_r($range->getRange());
使用示例
- 二进制转换器: https://www.binary-code.org
- 十六进制转换器: https://www.hexdictionary.com
- 十六进制转换器: https://www.hexadecimaldictionary.com