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();
|