-
TextualNumber is a PHP class converts a given number to a textual representation of it.
-
TextualNumber Class is a class for generating textual representations of numbers. It is useful for protecting forms from auto-submission, or using in accounting applications. The class is very easy to implement in your own applications. Despite appearances the number should (though isn't required) be passed in as a string. This allows large numbers to be converted. Integers are handled just ...
-
SpellOutNumbers is a tweaked and extended version of the "numbers2words" class. The original class contained a couple of spelling errors ("fourty" and "eightteen"). SpellOutNumbersalso added "and" too often ("two thousand and three hundred and twelve" instead of "two thousand three hundred and twelve"). Furthermore, it didn't hyphenate certain numbers ("twenty one" instead of "twenty-one").Two options have been added:- You can ...
-
TNumber is several types of operations with numeric values, such as conversion from and to string values, rounding, padding and appending characters to the string representation, can be performed. Requirements: PHP 5.0 or higher
-
A number of less than one million is decomposed in its digits are spelled as English words with the help of Number To Amount Word. Requirements: PHP 4.0 or higher
-
Integers to words takes a number between 1 and 99999999 and converts it into words that express the number in English. Crores and Lakhs are used to express very high numbers.Requirements: PHP 3.0 or higher
-
Amount to Word takes a specified amount value and outputs its textual representation.
-
Numtoword class can spell a number returning its textual representation. It can spell integer and decimal amount values.Numtoword supports spelling ammounts in multiple idioms: English, Spanish, French, Italian, German and Brazilian Portuguese.

