fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $buffer= "karimkhan . 8090";
  6.  
  7. $buffer =PREG_REPLACE('/[0-9.]+/','', $buffer);
  8. echo $buffer;
  9.  
  10.  
  11. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
karimkhan