例1 <?php $data = array('foo'=>'bar', 'baz'=>'boom', 'cow'=>'milk', 'php'=>'hypertext processor');. echo http_build_query($data) . "\n";
確定! 回上一頁