UserAgent.php
system/HTTP/UserAgent.php
1 class
19 methods
class UserAgent
Abstraction for an HTTP user agent
__construct
(?UserAgents $config = null)
isBrowser
(?string $key = null)
isRobot
(?string $key = null)
isMobile
(?string $key = null)
isReferral
()
getAgentString
()
getPlatform
()
getBrowser
()
getVersion
()
getRobot
()
getMobile
()
getReferrer
()
parse
(string $string)
compileData
()
setPlatform
()
setBrowser
()
setRobot
()
setMobile
()
__toString
()