fork download
  1. <?php
  2.  
  3. $a = 7300;
  4. $b = 0.45;
  5.  
  6. echo (int) $a * $b;
Success #stdin #stdout 0.02s 24424KB
stdin
Standard input is empty
stdout
3285