2017 © Pedro Peláez
 

library number2text

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

image

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

The README.md

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)

The Versions

20/03 2016

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

  • php >=5.4.0

 

by Uxms Devs

13/02 2016

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

  • php >=5.4.0

 

by Uxms Devs