blob: d4bbf5717ed1d31cc0e82e39721aa4b45091f527 (
plain)
1
2
3
4
5
|
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.
|