���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/whichbrowser/parser/src/Analyser/Header/Useragent.php
���ѧ٧ѧ�
<?php namespace WhichBrowser\Analyser\Header; class Useragent { use Useragent\Os, Useragent\Device, Useragent\Browser, Useragent\Application, Useragent\Using, Useragent\Engine, Useragent\Bot; public function __construct($header, &$data, &$options) { $this->data =& $data; $this->options =& $options; /* Make sure we do not have a duplicate concatenated useragent string */ $header = preg_replace("/^(Mozilla\/[0-9]\.[0-9].{20,})\s+Mozilla\/[0-9]\.[0-9].*$/iu", '$1', $header); /* Detect the basic information */ $this->detectOperatingSystem($header) ->detectDevice($header) ->detectBrowser($header) ->detectApplication($header) ->detectUsing($header) ->detectEngine($header); /* Detect bots */ if (!isset($this->options->detectBots) || $this->options->detectBots === true) { $this->detectBot($header); } /* Refine some of the information */ $this->refineBrowser($header) ->refineOperatingSystem($header); } private function removeKnownPrefixes($ua) { $ua = preg_replace('/^OneBrowser\/[0-9.]+\//', '', $ua); $ua = preg_replace('/^MQQBrowser\/[0-9.]+\//', '', $ua); return $ua; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.3 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�