library number2text
Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)
uxmsdevs/number2text
Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)
- Sunday, March 20, 2016
- by mahony0
- Repository
- 2 Watchers
- 2 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
number2text
Creates textual equivalent of given numbers which as long as 450 digits (in Turkish), (*1)
450 basamaga kadar olan sayilarin turkce olarak metinsel okunusunu verir, (*2)
Usage
$n2t = new Number2Text(3001001);, (*3)
echo $n2t->textual(); // üç milyon bin bir, (*4)
Usage (Negative)
$n2t = new Number2Text(-3001001);, (*5)
echo $n2t->textual(); // eksi üç milyon bin bir, (*6)
dev-master
9999999-dev
https://uxms.net
Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)
Sources
Download
MIT
The Requires
by
Uxms Devs
1.0
1.0.0.0
https://uxms.net
Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)
Sources
Download
MIT
The Requires
by
Uxms Devs