Home > php教程 > php手册 > body text

Mobile Detect:判断移动设备类型的开源PHP类

WBOY
Release: 2016-06-06 19:57:56
Original
1124 people have browsed it

Mobile Detect是一个用于判断移动设备类型的开源PHP类。它通过调用与HTTP head关联的User-Agent字符串,判断具体的设备使用环境。 Mobile Detect 除了能够判断是手机、平板还是PC,Mobile Detect还能探测到用户使用的是iPhone、iPad、Android还是黑莓的设备

Mobile Detect是一个用于判断移动设备类型的开源PHP类。它通过调用与HTTP head关联的User-Agent字符串,判断具体的设备使用环境。

Mobile Detect:判断移动设备类型的开源PHP类

Mobile Detect

除了能够判断是手机、平板还是PC,Mobile Detect还能探测到用户使用的是iPhone、iPad、Android还是黑莓的设备等等。如果有需要,Mobile Detect还能分辨出系统版本号、使用的浏览器等信息。

Mobile Detect:判断移动设备类型的开源PHP类

代码示例1

Mobile Detect的设备数据库还是比较丰富的——除了基本的iOS、Android设备之外,它还存储了像Nook、Kindle、Archos等相对小众的设备。数据库中的浏览器类型也很丰富,开发者可以利用它们进行深入的探测。

Mobile Detect:判断移动设备类型的开源PHP类

代码示例2


你可以:

  • 查看Demo示例
  • 在Github中下载zip包
  • 在Github中了解更多关于Mobile Detect的内容

 

(文章编译:杨依帆 责任编辑:杨依帆)

WebResourcesDepot

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!