/**
* 检查是否是以手机浏览器进入(in_mobile)
*/
function ismobile() {
$mobile = array();
static $mobilebrowser_list ='mobile|iphone|android|wap|netfront|java|operasmini|ucweb|windowssce|symbian|series|webos|sonyericsson|sony|blackberry|cellphone|dopod|nokia|samsung|palmsource|xphone|xda|smartphone|pieplus|meizu|midp|cldc';
//note 获取手机浏览器
if(preg_match(/$mobilebrowser_list/i, $_server['http_user_agent'], $mobile)) {
return true;
}else{
if(preg_match('/(mozilla|chrome|safari|opera|m3gate|winwap|openwave)/i', $_server['http_user_agent'])) {
return false;
}else{
if($_get['mobile'] === 'yes') {
return true;
}else{
return false;
}
}
}
}
ad:真正免费,域名+虚机+企业邮箱=0元
