This function converts an integer to its English word equivalent. Supports all safe integers (up to 9,007,199,254,740,991). Numbers beyond that range are returned as their string representation.
The number to convert to words.
The text equivalent of the number.
This function converts an integer to its English word equivalent. Supports all safe integers (up to 9,007,199,254,740,991). Numbers beyond that range are returned as their string representation.