sprintf: Considers the string an integer and formats it with that ASCII value
<? $total = 110; $fmt_total = sprintf ("%c", $total); echo "$fmt_total"; ?>