���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/whichbrowser/parser/src/Analyser/Header/Useragent/Device/Printer.php
���ѧ٧ѧ�
<?php namespace WhichBrowser\Analyser\Header\Useragent\Device; use WhichBrowser\Constants; trait Printer { private function detectPrinter($ua) { if (!preg_match('/(TASKalfa|CanonIJCL|IR-S|PrintSmart|EpsonHello)/ui', $ua)) { return; } /* TASKalfa */ if (preg_match('/TASKalfa ([0-9A-Z]+)/iu', $ua, $match)) { $this->data->device->setIdentification([ 'manufacturer' => 'Kyocera', 'model' => 'TASKalfa ' . $match[1], 'type' => Constants\DeviceType::PRINTER ]); } /* Canon IJ */ if (preg_match('/CanonIJCL/iu', $ua, $match)) { $this->data->device->setIdentification([ 'manufacturer' => 'Canon', 'model' => 'IJ Printer', 'type' => Constants\DeviceType::PRINTER ]); } /* Canon iR S */ if (preg_match('/IR-S/iu', $ua, $match)) { $this->data->device->setIdentification([ 'manufacturer' => 'Canon', 'model' => 'imageRUNNER', 'type' => Constants\DeviceType::PRINTER ]); } /* HP Web PrintSmart */ if (preg_match('/HP Web PrintSmart/iu', $ua, $match)) { $this->data->device->setIdentification([ 'manufacturer' => 'HP', 'model' => 'Web PrintSmart', 'type' => Constants\DeviceType::PRINTER ]); } /* Epson Hello */ if (preg_match('/EpsonHello\//iu', $ua, $match)) { $this->data->device->setIdentification([ 'manufacturer' => 'Epson', 'model' => 'Hello', 'type' => Constants\DeviceType::PRINTER ]); } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.2 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�