First of all, how 29.29 should pronounce is Twenty nine point two nine
. Having said that, if you need to get exactly Twenty-nine and Twenty-nine
, you can use below :
format($exp[0])) . ' and ' . ucfirst($f->format($exp[1]));
//outputs Twenty-nine and Twenty-nine
?>