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