PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
echo(round(4.96754,2) . "<br>");
echo(round(7.045,2) . "<br>");
echo(round(7.055,2));
?>


</body>
</html>
Result:
Show PHP - © www.w3ii.com