uxmsdevs / number2text
Creates textual equivalent of given numbers which as long as 450 digits (in Turkish)
1.0
2016-02-13 18:39 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-01 19:47:45 UTC
README
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