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