fork(4) download
  1. <?php
  2. $arr = array(1,2,3,4);
  3. echo http_build_query(array('arr'=>$arr));
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
arr%5B0%5D=1&arr%5B1%5D=2&arr%5B2%5D=3&arr%5B3%5D=4