fork download
  1. <?
  2. $result = explode("this is a string");
  3. print_r ($result);
  4.  
  5. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Warning: Wrong parameter count for explode() in /home/fRepLr/prog.php on line 2