fork(1) download
  1. <?php
  2.  
  3. $t = "30 100";
  4.  
  5. echo str_replace(' ', '', $t);
Success #stdin #stdout 0.02s 24128KB
stdin
Standard input is empty
stdout
30100