$fp = @fsockopen($url['host'], $url_port); $line = ""; if(!$fp){ echo "$errstr($errno)\n"; }else{ fwrite($fp,$out); while (!feof($fp))
確定! 回上一頁