Download the PHP package trendsoft/capital without Composer
On this page you can find all versions of the php package trendsoft/capital. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package capital
Capital
金额转中文大写。
要求
- PHP >= 7.0
- Composer
安装
使用示例
如果小数部分是2位以上的,会四舍五入。
算法
整数部分
如: 10001000
壹仟零佰零拾零万壹仟零佰零拾零元
转换亿
、万
、前面的零到后面
壹仟零佰零拾万零壹仟零佰零拾零元
去掉零拾
、零佰
、零仟
的单位
壹仟零零万零壹仟零零零元
处理零零
为零
. 2
次(拾
、佰
、仟
)两次刚好把零零零
为零
壹仟零万零壹仟零零元
壹仟零万零壹仟零元
处理 零亿
、零万
、零元
的零
壹仟万零壹仟元
小数部分
如: 0.75
零分
处理为空
零角
处理
如果有整数部分,转零角
为零
如果没有整数部分,转零角
为空
特殊处理
如: 0
、0.00
直接返回零元
Contribution
Contribution Guide
License
MIT
All versions of capital with dependencies
PHP Build Version
Package Version
No informations.
The package trendsoft/capital contains the following files
Loading the files please wait ....