���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/whichbrowser/parser/src/Analyser/Header/Useragent/Device/Appliance.php
���ѧ٧ѧ�
<?php namespace WhichBrowser\Analyser\Header\Useragent\Device; use WhichBrowser\Constants; trait Appliance { private function detectAppliance($ua) { $this->detectIOpener($ua); $this->detectWebLight($ua); } /* Netpliance i-Opener */ private function detectIOpener($ua) { if (preg_match('/I-Opener [0-9.]+; Netpliance/u', $ua)) { $this->data->os->reset(); $this->data->device->setIdentification([ 'manufacturer' => 'Netpliance', 'model' => 'i-Opener', 'type' => Constants\DeviceType::DESKTOP ]); } } /* KOMATSU WebLight */ private function detectWebLight($ua) { if (preg_match('/KOMATSU.*WL\//u', $ua)) { $this->data->os->reset(); $this->data->device->setIdentification([ 'manufacturer' => 'KOMATSU', 'model' => 'WebLight', 'type' => Constants\DeviceType::DESKTOP ]); } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.4 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�