App下载

demo_func_math_round 在线工具

demo_func_math_round 在线工具

<?php
echo(round(0.60) . "<br>");
echo(round(0.50) . "<br>");
echo(round(0.49) . "<br>");
echo(round(-4.40) . "<br>");
echo(round(-4.60));
?>
运行结果