Development Php

$total = 110;
$fmt_total = sprintf ("%d", $total);
echo "$fmt_total";
?>