Login   Register  
PHP Classes
elePHPant
Icontem

File: read_me.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-04-22 04:25
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>";