|
|
| |
1. How I can usage this class |
|
Reply |
|
|
 Gerardo Arreola | 2013-02-12 15:58:26 |
Hello,
I'm Gerardo Arreola. I would like to implement your class in my code. Do you like to show me about this?
Thanks,
|
| |
2. Re: How I can usage this class |
|
Reply |
|
|
 Pavel Astakhov | 2013-02-13 04:42:03 - In reply to message 1 from Gerardo Arreola |
Hello!
<?php
include_once 'Soros.php';
include_once 'Numbertext.php';
echo Numbertext::numbertext('1111', 'en_US');
?>
output:
one thousand one hundred and eleven |
|