function does_url_exists($url) {; $ch = curl_init($url);; curl_setopt($ch, CURLOPT_NOBODY, true);; curl_exec($ch);; $code = curl_getinfo($ch ...
確定! 回上一頁