重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

php获取设备型号

/*
 获取设备型号
 */
function get_device_type(){
    $agent = strtolower($_SERVER['HTTP_USER_AGENT']);
    $type = 'other';
    if(strpos($agent, 'iphone') || strpos($agent, 'ipad') ){
        $type = 'ios';
    }
    if(strpos($agent, 'android')){
        $type = 'android';
    }
    return $type;
}

分享标题:php获取设备型号
地址分享:http://cqcxhl.cn/article/giopgj.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP