eeshiro/decimal-to-word

货币值的小数转文字转换器

1.0.0 2021-03-04 06:08 UTC

This package is auto-updated.

Last update: 2024-09-04 13:46:06 UTC


README

货币值的小数转文字

用法

DecimalToWord::convert($decimal, $currency);<br>
DecimalToWord::$formatted;

示例

DecimalToWord::convert(1599.6, 'Pesos', 'Centavos');<br>
DecimalToWord::$formatted;<br>

//One Thousand, Five Hundred Ninety-Nine Pesos and Sixty Centavos<br>
//1,599.60