Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php number to word

# Use the NumberFormatter class that are in php

$f = new NumberFormatter("en", NumberFormatter::SPELLOUT);
echo $f->format(1432);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #number #word
ADD COMMENT
Topic
Name
5+5 =