{"id":183,"date":"2018-11-06T12:23:35","date_gmt":"2018-11-06T04:23:35","guid":{"rendered":"https:\/\/wp.dj47.top\/?p=183"},"modified":"2021-10-20T16:19:02","modified_gmt":"2021-10-20T08:19:02","slug":"php%e5%88%a4%e6%96%ad%e6%89%8b%e6%9c%ba%e7%ab%af%e8%ae%bf%e9%97%ae","status":"publish","type":"post","link":"https:\/\/www.djlog.cn\/?p=183","title":{"rendered":"PHP\u5224\u65ad\u624b\u673a\u7aef\u8bbf\u95ee"},"content":{"rendered":"<pre class=\"language-php\"><code>function isMobile() {\r\n\t\/\/ \u5982\u679c\u6709HTTP_X_WAP_PROFILE\u5219\u4e00\u5b9a\u662f\u79fb\u52a8\u8bbe\u5907\r\n\tif (isset ($_SERVER['HTTP_X_WAP_PROFILE']))\r\n\t        return true;\r\n\t\/\/\u6b64\u6761\u6458\u81eaTPM\u667a\u80fd\u5207\u6362\u6a21\u677f\u5f15\u64ce\uff0c\u9002\u5408TPM\u5f00\u53d1\r\n\tif(isset ($_SERVER['HTTP_CLIENT']) &amp;&amp;'PhoneClient'==$_SERVER['HTTP_CLIENT'])\r\n\t        return true;\r\n\t\/\/\u5982\u679cvia\u4fe1\u606f\u542b\u6709wap\u5219\u4e00\u5b9a\u662f\u79fb\u52a8\u8bbe\u5907,\u90e8\u5206\u670d\u52a1\u5546\u4f1a\u5c4f\u853d\u8be5\u4fe1\u606f\r\n\tif (isset ($_SERVER['HTTP_VIA']))\r\n\t        \/\/\u627e\u4e0d\u5230\u4e3aflase,\u5426\u5219\u4e3atrue\r\n\treturn stristr($_SERVER['HTTP_VIA'], 'wap') ? true : false;\r\n\t\/\/\u5224\u65ad\u624b\u673a\u53d1\u9001\u7684\u5ba2\u6237\u7aef\u6807\u5fd7,\u517c\u5bb9\u6027\u6709\u5f85\u63d0\u9ad8\r\n\tif (isset ($_SERVER['HTTP_USER_AGENT'])) {\r\n\t\t$clientkeywords = array(\r\n\t\t            'nokia','sony','ericsson','mot','samsung','htc','sgh','lg','sharp','sie-','philips','panasonic','alcatel','lenovo','iphone','ipod','blackberry','meizu','android','netfront','symbian','ucweb','windowsce','palm','operamini','operamobi','openwave','nexusone','cldc','midp','wap','mobile'\r\n\t\t        );\r\n\t\t\/\/\u4eceHTTP_USER_AGENT\u4e2d\u67e5\u627e\u624b\u673a\u6d4f\u89c8\u5668\u7684\u5173\u952e\u5b57\r\n\t\tif (preg_match(\"\/(\" . implode('|', $clientkeywords) . \")\/i\", strtolower($_SERVER['HTTP_USER_AGENT']))) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}\r\n\t\/\/\u534f\u8bae\u6cd5\uff0c\u56e0\u4e3a\u6709\u53ef\u80fd\u4e0d\u51c6\u786e\uff0c\u653e\u5230\u6700\u540e\u5224\u65ad\r\n\tif (isset ($_SERVER['HTTP_ACCEPT'])) {\r\n\t\t\/\/ \u5982\u679c\u53ea\u652f\u6301wml\u5e76\u4e14\u4e0d\u652f\u6301html\u90a3\u4e00\u5b9a\u662f\u79fb\u52a8\u8bbe\u5907\r\n\t\t\/\/ \u5982\u679c\u652f\u6301wml\u548chtml\u4f46\u662fwml\u5728html\u4e4b\u524d\u5219\u662f\u79fb\u52a8\u8bbe\u5907\r\n\t\tif ((strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') !== false) &amp;&amp; (strpos($_SERVER['HTTP_ACCEPT'], 'text\/html') === false || (strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') &lt; strpos($_SERVER['HTTP_ACCEPT'], 'text\/html')))) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}\r\n\treturn false;\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>function isMobile() { \/\/ \u5982\u679c\u6709HTTP_X_WAP_PROFILE\u5219\u4e00\u5b9a\u662f\u79fb\u52a8\u8bbe\u5907  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"class_list":["post-183","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=183"}],"version-history":[{"count":0,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/183\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}