fork download
  1. <?php
  2. $num = 10000;
  3.  
  4. echo number_format($num);
  5. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
10,000