设备检测器

时间:2024-03-13 04:30:06
【文件属性】:

文件名称:设备检测器

文件大小:220KB

文件格式:ZIP

更新时间:2024-03-13 04:30:06

PHP

设备检测器 代码状态 描述 通用设备检测库,用于解析用户代理并检测设备(台式机,平板电脑,移动设备,电视,汽车,控制台等),客户端(浏览器,提要阅读器,媒体播放器,PIM等),操作系统,品牌和模型。 用法 通过Composer使用DeviceDetector非常容易。 只需将matomo/device-detector添加到您的项目需求中即可。 composer require matomo/device-detector 并使用如下代码: require_once 'vendor/autoload.php' ; use DeviceDetector \ DeviceDetector ; use DeviceDetector \ Parser \ Device \ AbstractDeviceParser ; // OPTIONAL: Set version truncation to


网友评论