400 028 6601

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

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获取设备型号
URL网址:http://www.bluegullmedia.com/article/giopgj.html

其他资讯

让你的专属顾问为你服务

0.0420s