scottchiefbaker / php-Word-Integers

PHP class that converts numbers to words strings and vice versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Word-Integers

PHP class that converts numbers to words strings and vice versa. Similar to GfyCat/Twitch's URL naming scheme.

Usage:

require("wordInt.class.php");

$word   = wordInt::number_to_string(1234567890);
$number = wordInt::string_to_number("ConveyNovaAiry");

Uses a dictionary.txt file for the mapping. The dictionary must be located in the same directory as the PHP class file.

Alternatives:

About

PHP class that converts numbers to words strings and vice versa

License:MIT License


Languages

Language:PHP 100.0%