hajs86/amount-to-words

将PLN金额转换为文字

1.0.0 2016-12-06 22:38 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:25:23 UTC


README

Build Status

AmountToWords

将浮点类型的PLN金额转换为文字

将数字格式的金额转换为波兰兹罗提(PLN)的文字表示

#安装

composer require hajs86/amount-to-words

#使用

$converter = new AmountToWords();

echo $converter->convert(156.20); // will print "Sto pięćdziesiąt sześć złotych dwadzieścia groszy"