PHP Classes

File: read_me.txt

Recommend this page to a friend!
  Classes of Fouad Amiri   Number to Persian text   read_me.txt   Download  
File: read_me.txt
Role: Documentation
Content type: text/plain
Description: read me file
Class: Number to Persian text
Spell numbers using Persian words
Author: By
Last change:
Date: 15 years ago
Size: 339 bytes
 

Contents

Class file image 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>";