Skip to content

Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)

License

Notifications You must be signed in to change notification settings

uxmsdevs/number2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number2text

Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)

450 basamaga kadar olan sayilarin turkce olarak metinsel okunusunu verir

Usage

$n2t = new Number2Text(3001001);

echo $n2t->textual(); // üç milyon bin bir

Usage (Negative)

$n2t = new Number2Text(-3001001);

echo $n2t->textual(); // eksi üç milyon bin bir

About

Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages