ordinalize() public static method
Converts number to its ordinal English form. For example, converts 13 to 13th, 2 to 2nd .
..
public static string ordinalize ( $number ) | ||
---|---|---|
$number | integer |
The number to get its ordinal value |
ordinalize() public static method
Converts number to its ordinal English form. For example, converts 13 to 13th, 2 to 2nd .
..
public static string ordinalize ( $number ) | ||
---|---|---|
$number | integer |
The number to get its ordinal value |
Please login to continue.