PHP Classes
elePHPant
Icontem

Number to Turkish text: Spell quantity numbers in Turkish

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2008-07-17 (8 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 174 All time: 8,015 This week: 1,090Up
Version License PHP version Categories
turkish_num_to_text 1.02GNU General Publi...3.0Localization, Text processing
Description Author
This package is specific mainly for applications used in Turkey Turkey .

This class can be used to spell quantity numbers using Turkish words.

It takes a number with up to 21 digits and generates text strings that spell the number using Turkish words.

The class stores the resulting string in a class variable.

Change Log:

v1.02 - Characters have been converted into their Turkish language equivalents.
v1.01 - A small bug coming up in inputs between 1000 and 2000 has been fixed.

Picture of Yetkin Sakal
Name: Yetkin Sakal <contact>
Classes: 1 package by
Country: Turkey Turkey

Details
Number to Turkish text v1.0
Author: Yetkin Sakal

superyetkin@yahoo.com

This class gets as input a number with at most 21 digits and converts it to its equivalent Turkish text

How to use:

$number = "493009273874118";
$obj = new number_to_Turkish_text($number);
echo $obj->print_output();
  Files folder image Files  
File Role Description
Plain text file number_to_turkish_text.class.php Class base class file
Accessible without login Plain text file readme.txt Doc. readme file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:174
This week:0
All time:8,015
This week:1,090Up