芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/rambut.bf1.my/wp-content/plugins/social_1752756611-1/libs/UserAgent/UserAgent.php
platform = $platform; $this->browser = $browser; $this->browserVersion = $browserVersion; } /** * @return string|null * @see \epsdonatj\UserAgent\Platforms for a list of tested platforms */ public function platform() { return $this->platform; } /** * @return string|null * @see \epsdonatj\UserAgent\Browsers for a list of tested browsers. */ public function browser() { return $this->browser; } /** * The version string. Formatting depends on the browser. * * @return string|null */ public function browserVersion() { return $this->browserVersion; } }