1st => one
2nd => two
3rd => three
4th => four
5th => five
6th => six
7th => seven
8th => eight
9th => nine
10th => ten
11th => eleven
12th => twelve
13th => thirteen
14th => fourteen
15th => fifteen
array(15) { ["1st"]=> string(3) "one" ["2nd"]=> string(3) "two" ["3rd"]=> string(5) "three" ["4th"]=> string(4) "four" ["5th"]=> string(4) "five" ["6th"]=> string(3) "six" ["7th"]=> string(5) "seven" ["8th"]=> string(5) "eight" ["9th"]=> string(4) "nine" ["10th"]=> string(3) "ten" ["11th"]=> string(6) "eleven" ["12th"]=> string(6) "twelve" ["13th"]=> string(8) "thirteen" ["14th"]=> string(8) "fourteen" ["15th"]=> string(7) "fifteen" }