$url = 'https://moyunhost.pixnet.net';
$executeTime = ini_get('max_execution_time');
ini_set('max_execution_time', 0);
$headers = @get_headers($url);
ini_set('max_execution_time', $executeTime);
if($headers){
    $head = explode(' ', $headers[0]);
    if(!empty($head[1]) && intval($head[1]) < 400) $return = true;
}else{
    $return = false;
}
創作者介紹
創作者 摸魚一群人 的頭像
moyunhost

摸魚一群人

moyunhost 發表在 痞客邦 留言(0) 人氣( 0 )