fork(6) download
  1. <?php
  2.  
  3. echo str_replace( ",", "", "123,456,789");
  4. // your code goes here
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
123456789