fork download
<?php
$test = 123085;
$rounded_number = round($test, -3);
echo $rounded_number;
?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
123000