Skip to content

This php function cant translate integer (0 to 999 999 999) in words

Notifications You must be signed in to change notification settings

fabgg/php_numbers_into_french_words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A basic php function to translate integer to a franch words. Has you know french numbers in words are very particular. eg. 21 in english will be translate to twenty one, in french it will be vingt et un. there are many other exceptions.

usage :

$string = intergerIntoFrenchWords(71397);
echo $string;

will display soixante-onze mille trois cents quatre-vingt-dix-sept;

Enjoy !

If you are Swiss or Belgian feel free to contribute ;-)

About

This php function cant translate integer (0 to 999 999 999) in words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages