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"
|
|
| Name: |
Numbers2words |
| Base name: |
numbers2words |
| Description: |
Converts numbers to words (UK and US/FR) |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1092 users |
| All time rank: |
2996 |
| Week users: |
2 users |
| Week rank: |
1272  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.2%) |
Sufficient (62.5%) |
- |
Sufficient (62.5%) |
- |
- |
Not sure (53.1%) |
1334 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|