PHP Classes

File: examples.php

Recommend this page to a friend!
  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: 10 years ago
Size: 115 bytes
 

Contents

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