如何将Windows Phone 8.0添加到Mobile_Detect.php类,以便检测它

时间:2014-03-31 11:41:16

标签: php windows-phone-8 user-agent

我有以下用户代理

  

[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

1 个答案:

答案 0 :(得分:0)

我有解决方案,以下条件将返回Windows版本

 if ($detect->version('Windows Phone')) {
   //will return Windows Phone [VER]
}

有一个protected static $properties = array()方法