欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

怎么识别为手机端访问

程序员文章站 2022-06-17 09:59:23
...
如何识别为手机端访问?

NGINX服务器可否实现识别手机端访问,然后再rewrite一下?

如果是PHP文件本身识别,那就是通过请求的头部信息了,对吧。。但这样的跳转不好吧。

------解决方案--------------------

function isMobile() {
$user_agent = $_SERVER['HTTP_USER_AGENT'];
$mobile_agents = Array("240x320", "acer", "acoon",
"acs-", "abacho", "ahong", "airness", "alcatel",
"amoi", "android", "anywhereyougo.com",
"applewebkit/525", "applewebkit/532", "asus",
"audio", "au-mic", "avantogo", "becker", "benq",
"bilbo", "bird", "blackberry", "blazer", "bleu",
"cdm-", "compal", "coolpad", "danger", "dbtel",
"dopod", "elaine", "eric", "etouch", "fly ",
"fly_", "fly-", "go.web", "goodaccess",
"gradiente", "grundig", "haier", "hedy",
"hitachi", "htc", "huawei", "hutchison",
"inno", "ipad", "ipaq", "ipod", "jbrowser",
"kddi", "kgt", "kwc", "lenovo", "lg ", "lg2",
"lg3", "lg4", "lg5", "lg7", "lg8", "lg9", "lg-",
"lge-", "lge9", "longcos", "maemo", "mercator",
"meridian", "micromax", "midp", "mini", "mitsu",
"mmm", "mmp", "mobi", "mot-", "moto", "nec-",
"netfront", "newgen", "nexian", "nf-browser",
"nintendo", "nitro", "nokia", "nook", "novarra",
"obigo", "palm", "panasonic", "pantech", "philips",
"phone", "pg-", "playstation", "pocket", "pt-",
"qc-", "qtek", "rover", "sagem", "sama", "samu",
"sanyo", "samsung", "sch-", "scooter", "sec-",
"sendo", "sgh-", "sharp", "siemens", "sie-",
"softbank", "sony", "spice", "sprint", "spv",
"symbian", "tablet", "talkabout", "tcl-",
"teleca", "telit", "tianyu", "tim-", "toshiba",
怎么识别为手机端访问

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频


网友评论

文明上网理性发言,请遵守 新闻评论服务协议

我要评论
  • 怎么识别为手机端访问
  • 专题推荐