Is it possible to convert an integer to a written out word? IE, convert '29' to 'twentynine'?
There is a comment on the strval() page of the PHP Manual, but it's from 13 years ago, before PHP 5 was introduced. Is there a standard PHP function that can do the same, or maybe an easier way to write out the function?