fork(1) download
  1. <?php
  2. $multiplier = 100000000;
  3. $value = 0.01020637;
  4. echo intval(round($value*$multiplier));
  5. ?>
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
1020637