Hi,
is there a php function that will convert an integer to its number name in a string, ie
1 = one
2 = two
3 = three
etc
Printable View
Hi,
is there a php function that will convert an integer to its number name in a string, ie
1 = one
2 = two
3 = three
etc
No. But, you can create your own array of the number name and then just match it up.