Login   Register  
PHP Classes
elePHPant
Icontem

File: examples.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ruberandinda Patience  >  PHP Number To French Text  >  examples.php  >  Download  
File: examples.php
Role: Example script
Content type: text/plain
Description: examples file
Class: PHP Number To French Text
Convert a number to French words
Author: By
Last change:
Date: 2013-08-27 14:05
Size: 115 bytes
 

Contents

Class file image Download
<?php
include 'N2TEXT.php';
$number 196453789;
$t = new ConvertNumberToText();
echo 
$t->Convert($number);
?>