<html>
<body>
echo(round(0.60) . "<br>");
echo(round(0.50) . "<br>");
echo(round(0.49) . "<br>");
echo(round(-4.40) . "<br>");
echo(round(-4.60));
</body>
<!-- Mirrored from www.w3schools.com/php7/phptryit.asp?filename=tryphp_func_math_round by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:41:17 GMT -->
</html>