i just use CURL to get header from web page. $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $i); curl_setopt($ch, CURLOPT_HEADER, 1); ...
確定! 回上一頁