PHP Classes

File: sample.php

Recommend this page to a friend!
  Classes of Hamid reza Azhdar   Convert Integer to Farsi   sample.php   Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: Sample
Class: Convert Integer to Farsi
Convert numbers into Farsi words
Author: By
Last change:
Date: 15 years ago
Size: 153 bytes
 

Contents

Class file image Download
<?php
require_once 'i2s.php';

$t_price = 100254 ;

$str = new convert ;
$t_price_str = $str->finalcalc($t_price);


echo
$t_price_str ;

?>