金额类¶
| 属性 | 值 |
|---|---|
| 命名空间 | fize\math |
| 类名 | Money |
| 方法: |
|---|
| 方法名 | 说明 |
|---|---|
| upper() | 人民币小写转大写 |
方法¶
upper()¶
人民币小写转大写
public static function upper (
string $number,
string $int_unit = "",
bool $is_round = false,
bool $is_extra_zero = true,
bool $rmb = true
) : string
| 参数: |
|
|---|