Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Fouad Amiri | > | Number to Persian text | > | read_me.txt | > | Download | ||
|
Download |
Number to Persian text Written by: Fouad Amiri fouad@parspake.com http://fouad.parspake.com This class gets a number and generates its equivalent Persian text How to use: $number = "2313131423"; $ob = new number_to_text("2131421"); echo "<div style='dirction:rtl; text-align:right;'>" . $ob->get_output() . "</div>"; |