我有以下用户代理
[userAgent] => Mozilla / 5.0(兼容; MSIE 10.0; Windows Phone 8.0; 三叉戟/ 6.0; IEMobile / 10.0;臂;触摸;诺基亚; Lumia 925)
但我的功能
if ($detect->isMobile()) {
//it doesn't come true, it should come here
}
Class Ref#Mobile Detect
答案 0 :(得分:0)
我有解决方案,以下条件将返回Windows版本
if ($detect->version('Windows Phone')) {
//will return Windows Phone [VER]
}
有一个protected static $properties = array()
方法