Text processing: Numbers2words
Bas Jobsen (contact me)
Converts numbers to words.
Numbers range from 0 to 999.999.999.999.999
Note: argument to n2w is a string. Use strings for big number (usually bigger then 2^32) see example.php
For british (GB) numbers call with a optional second argument = 1.
British (GB)
n2w('1000000000',1) gives "one milliard"
n2w('1000000000000',1) gives "one billion"
American (US/FR)
n2w('1000000000') gives "one billion"
n2w('1000000000000') gives "one trillion"
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (81.3%)
| Sufficient (62.5%)
| -
| Sufficient (62.5%)
| -
| -
| Not sure (53.1%)
| 1071 |
Click here for detailed information about this class on phpclasses.org