File manager - Edit - /var/www/payraty/hris/vendor/whichbrowser/parser/src/Analyser/Header/Useragent/Device/Gps.php
Back
<?php namespace WhichBrowser\Analyser\Header\Useragent\Device; use WhichBrowser\Constants; trait Gps { private function detectGps($ua) { if (!preg_match('/Nuvi/ui', $ua)) { return; } $this->detectGarmin($ua); } /* Garmin Nuvi */ private function detectGarmin($ua) { if (preg_match('/Nuvi/u', $ua) && preg_match('/Qtopia/u', $ua)) { $this->data->device->setIdentification([ 'manufacturer' => 'Garmin', 'model' => 'Nuvi', 'type' => Constants\DeviceType::GPS ]); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings