检测iphone浏览器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检测iphone浏览器相关的知识,希望对你有一定的参考价值。
<? function is_iPhone($agent='') { if(!empty($agent) and preg_match("~Mozilla/[^ ]+ ((iPhone|iPod); U; CPU [^;]+ Mac OS X; [^)]+) AppleWebKit/[^ ]+ (Khtml, like Gecko) Version/[^ ]+ Mobile/[^ ]+ Safari/[^ ]+~",$agent,$match)) { return "YES"; return "MAYBE"; } else { return "NO"; } } echo is_iPhone(); ?>
以上是关于检测iphone浏览器的主要内容,如果未能解决你的问题,请参考以下文章
检测 iOS 浏览器 (Iphone,Ipod,Ipad) 将 DIV 从 FLASH 更改为 HTML5