How to translate a number into a string in natural language, so that, for example, from 123 get the string “one hundred twenty three”?
Preferably without using array() .
How to translate a number into a string in natural language, so that, for example, from 123 get the string “one hundred twenty three”?
Preferably without using array() .
No The machine does not know what to compare numbers
Source: https://ru.stackoverflow.com/questions/400034/
All Articles