fork(9) download
  1. <?php
  2.  
  3. print_r( $_GET );
  4.  
  5. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
Array
(
)