I don't think it's built in, so I was wondering ya'll would recommend as the
best way to convert int to string, not basic type casting, but converting to
the english word the int represents.

Something like this:

5 = "Five" or 20 = "Twenty"

If you wanted a full solution (well maybe, I didn't read it closely) I'd search google and take the second link.

http://www.google.com/search?q=convert+number+to+words

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to