Paketname | php-numbers-words |
Beschreibung | a PEAR module providing methods for spelling numerals in words |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.16.2-1 |
Sektion | web |
Priorität | optional |
Installierte Größe | 432 Byte |
Hängt ab von | php-pear |
Empfohlene Pakete | |
Paketbetreuer | Thomas Goirand |
Quelle | |
Paketgröße | 48842 Byte |
Prüfsumme MD5 | cb122e6328e3f1faa50347cf2009aca1 |
Prüfsumme SHA1 | 09aca2a5ba93901e0ef25148d5774fb423beff8e |
Prüfsumme SHA256 | ee8c656c209a75be462671342738dd229dfaaf30b63260c8a99019cf72747e76 |
Link zum Herunterladen | php-numbers-words_0.16.2-1_all.deb |
Ausführliche Beschreibung | With Numbers_Words class you can convert numbers written in arabic digits to
words in several languages. You can convert an integer between -infinity and
infinity. If your system does not support such long numbers you can call
Numbers_Words::toWords() with just a string.
.
With the Numbers_Words::toCurrency($num, $locale, 'USD') method you can
convert a number (decimal and fraction part) to words with currency name.
|