fork download
  1. <?php
  2.  
  3.  
  4. // your code goes here
  5.  
  6. $a = 15.50;
  7. $b = 15.00;
  8. $c = 15.50;
  9.  
  10.  
  11. echo (number_format($a+$b, 2, ',', ' '));
Success #stdin #stdout 0.02s 24084KB
stdin
Standard input is empty
stdout
30,50