fork download
  1. <?php
  2.  
  3. $str = 26 * 0.08;
  4. echo round($str,2,PHP_ROUND_HALF_UP);
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
2.08