简单教程
提交运行
代码编辑器:
<?php echo(abs(6.7) . "<br>");echo(abs(-6.7) . "<br>"); echo(abs(-3) . "<br>"); echo(abs(3));
运行结果: