php如何判断页面是在PC端还是移动端,下面是直接上代码:
public function isMobile(){
$useragent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
$useragent_commentsblock = preg_match('|\(.*?\)|',$useragent,$matches)>0?$matches[0]:'';
function CheckSubstrs($substrs,$text){
foreach($substrs as $substr)
if(false!==strpos($text,$substr)){
return true;
}
return false;
}
$mobile_os_list = array('Google Wireless Transcoder','Windows CE','WindowsCE','Symbian','Android','armv6l','armv5','Mobile','CentOS','mowser','AvantGo','Opera Mobi','J2ME/MIDP','Smartphone','Go.Web','Palm','iPAQ');
$mobile_token_list = array('Profile/MIDP','Configuration/CLDC-','160×160','176×220','240×240','240×320','320×240','UP.Browser','UP.Link','SymbianOS','PalmOS','PocketPC','SonyEricsson','Nokia','BlackBerry','Vodafone','BenQ','Novarra-Vision','Iris','NetFront','HTC_','Xda_','SAMSUNG-SGH','Wapaka','DoCoMo','iPhone','iPod');
$found_mobile = CheckSubstrs($mobile_os_list,$useragent_commentsblock) || CheckSubstrs($mobile_token_list,$useragent);
if ($found_mobile){
return true;
}else{
return false;
}
}
if (isMobile()){
echo '我是手机端';
}else{
echo '我是PC端';
}
?>
上面是“php如何判断页面是在PC端还是移动端”的全面内容,想了解更多关于 php入门 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_2073.html
workflows工作流
图生图工作流:粉红色梦幻家园comfyui工作流
坐落在白雪覆盖的广阔平原上2只可爱的雪豹
一位24岁的金发女海盗ComfyUI工作流
stvmccrr风格的玫瑰花ComfyUI工作流
一只外星甲壳虫子ComfyUI工作流
迷人的月光,发光的花朵
一座精致透明的白瓷人物雕塑comfyui工作流
红伞伞蓝杆杆云南蘑菇群ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

会议人员60s签到倒计时插件
iframe开发admin后台
制作一个好玩的倒计时
3d空间行走效果
利用html5+css3实现滚雪球效果(附代码)
javascript如何利用draggable实现一个拖拽效果
在线生成金属文字







