Login   Register  
PHP Classes
elePHPant
Icontem

File: Sample1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Pavel Astakhov  >  Convert Number to Text with Soros  >  Sample1.php  >  Download  
File: Sample1.php
Role: Example script
Content type: text/plain
Description: simple example of using
Class: Convert Number to Text with Soros
Spell number with text in multiple languages
Author: By
Last change:
Date: 2013-02-12 20:47
Size: 92 bytes
 

Contents

Class file image Download
<?php
include_once 'Numbertext.php';

echo 
Numbertext::numbertext('1111''en_US');

?>