PHP Classes

File: Sample1.php

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

Contents

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

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

?>