���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/whichbrowser/parser/src/Analyser/Header/Useragent/Device/Signage.php
���ѧ٧ѧ�
<?php namespace WhichBrowser\Analyser\Header\Useragent\Device; use WhichBrowser\Constants; trait Signage { private function detectSignage($ua) { if (!preg_match('/(BrightSign|ADAPI)/ui', $ua)) { return; } /* BrightSign */ if (preg_match('/BrightSign\/[0-9\.]+(?:-[a-z0-9\-]+)? \(([^\)]+)/u', $ua, $match)) { $this->data->os->reset(); $this->data->device->setIdentification([ 'manufacturer' => 'BrightSign', 'model' => $match[1], 'type' => Constants\DeviceType::SIGNAGE ]); } /* Iadea */ if (preg_match('/ADAPI/u', $ua) && preg_match('/\(MODEL:([^\)]+)\)/u', $ua, $match)) { if (!$this->data->isOs('Android')) { $this->data->os->reset(); } $this->data->device->setIdentification([ 'manufacturer' => 'IAdea', 'model' => $match[1], 'type' => Constants\DeviceType::SIGNAGE ]); } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.09 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�