Please answer this simple SPAM challenge: max(seven, five)? (Example: nine)
function mround($val, $f=2, $d=6){ return sprintf("%".$d.".".$f."f", $val);}echo mround(34.89999); //34.90
<< Back to user notes page