\mark\coreCny

人民币转移类

Summary

Methods
Properties
Constants
toupper()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Methods

toupper()

toupper(string  $amount, integer  $scale = 2, string  $start = '¥', string  $end = '⊗', boolean  $complete = false) : string

人民币转大写

Parameters

string $amount

货币数值

integer $scale

小数点后最多4位

string $start

起始符号

string $end

结束符号

boolean $complete

是否开启完整版

Returns

string

Examples

¥壹亿贰仟叁佰肆拾伍万陆仟柒佰捌拾玖元 _ 零角壹分贰厘叁毫⊗
** File not found : 123456789.0123 **

__construct()

__construct()