Strings Php

$dosh = sprintf("%.2f", 2.334454);
print "$dosh dollars";
?>