房屋裝潢設計新選擇!多年經驗
細膩打造,,價格合理
殺價網搬家優質選!專業服務品質,細心保護物品
精緻包裝服務,提供南北長途搬家

首頁  •  j2h 論壇 • 程式設計討論     • 

php 判別遊覽者 是使用手機 還是電腦 遊覽網站

房東:jack
發表時間:2023-02-11
[檢舉]


function check_user_agent ( $type = NULL ) {
$user_agent = strtolower ( $_SERVER[\'HTTP_USER_AGENT\'] );
if ( $type == \'bot\' ) {
// 搜尋引擎的使用者代理字串
if ( !empty($user_agent) && preg_match ( \'/bot|crawl|slurp|spider/i\', $user_agent ) ) {
return true;
}
} else if ($type == \'mobile\') {
// 手機的使用者代理字串
if ( !empty($user_agent) && preg_match ( \'/mobile|iphone|ipad|android|blackberry|opera mini|iemobile/i\', $user_agent ) ) {
return true;
}
} else {
if ( !empty($user_agent) && preg_match ( \'/bot|crawl|slurp|spider|mobile|iphone|ipad|android|blackberry|opera mini|iemobile/i\', $user_agent ) ) {
return true;
}
}
return false;
}

if (check_user_agent(\'mobile\')) {
echo \"這是一個手機瀏覽器\";
} else {
echo \"這是一個電腦瀏覽器\";
}




  • 贊助網站       

    廣利不動產-新板特區指名度最高、值得您信賴的好房仲
    您的托付,廣利用心為您服務
    廣利不動產-板橋在地生根最實在--新板特區指名度最高、值得您信賴的好房仲
    完整房訊,房屋、店面熱門精選物件,廣利不動產 優質仲介,房屋租賃、買賣資訊透明,交易真安心!



  •  共 0 人回應

    姓名:
    佈告內容: