dcarbone/php-int-to-alpha
最新稳定版本:1.0.0
Composer 安装命令:
composer require dcarbone/php-int-to-alpha
包简介
A lib that take a base 10 integer and turns it into a base 26 alphabet string
README 文档
README
A lib that take a base 10 integer and turns it into a base 26 alphabet string
Thanks to:
The logic contained within this lib was inspired by this post: http://www.geeksforgeeks.org/find-excel-column-name-given-number/
Installation
This lib requires the use of Composer
Require entry:
"dcarbone/php-int-to-alpha": "1.0.*"
Usage
$alpha = \DCarbone\IntToAlpha::invoke($integer); echo $alpha; // OR $intToAlpha = new \DCarbone\IntToAlpha(); $alpha = $intToAlpha($integer);
统计信息
- 总下载量: 1.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-10