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