How to identify it as a mobile access-php Tutorial

Source: Internet
Author: User
How can I identify it as a mobile access? Can an NGINX server recognize access from a mobile phone and then rewrite it? If it is identified by the php file itself, it is through the request header information, right .. But this jump is not good. ------ Solution ------------------ function & nbsp; isMobile () & nbsp how to identify access as a mobile phone?

Can an NGINX server recognize access from a mobile phone and then rewrite it?

If it is identified by the php file itself, it is through the request header information, right .. But this jump is not good.


------ Solution --------------------

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",

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.