[classes] element index

Package indexes

All elements
a b f g i p s t u v w _
_
top
__construct
UserAgentParser::__construct() in useragentparser.php
Constructor.
__toString
UserAgentParser::__toString() in useragentparser.php
a
top
ALL
UserAgentParser::ALL in useragentparser.php
Binary 11111
b
top
$browser
UserAgentParser::$browser in useragentparser.php
Browser's value after parsing.
f
top
format
UserAgentParser::format() in useragentparser.php
Uses to format an incoming strings into preferred format.
g
top
GECKO
UserAgentParser::GECKO in useragentparser.php
Binary 10
getBrowser
UserAgentParser::getBrowser() in useragentparser.php
Getter for UserAgentParser::$browser.
getParsedData
UserAgentParser::getParsedData() in useragentparser.php
Getter for common output data.
getPlatform
UserAgentParser::getPlatform() in useragentparser.php
Getter for UserAgentParser::$platform.
getType
UserAgentParser::getType() in useragentparser.php
Getter for UserAgentParser::$type.
getVersion
UserAgentParser::getVersion() in useragentparser.php
Getter for UserAgentParser::$version.
i
top
$inBS
UserAgentParser::$inBS in useragentparser.php
The full names of some browsers's abbreviations.
$inOS
UserAgentParser::$inOS in useragentparser.php
The full names of some platforms's abbreviations.
is
UserAgentParser::is() in useragentparser.php
Use this method to test browser's name and version.
isBasicPFLayout
UserAgentParser::isBasicPFLayout() in useragentparser.php
Parse "basic" platform's layouts.
isCompatiblePFLayout
Parse "compatible" platform's layouts Returns true if result is been caught, otherwise returns false.
isGeckoLayout
UserAgentParser::isGeckoLayout() in useragentparser.php
Parse "Gecko" layouts.
isPrestoLayout
UserAgentParser::isPrestoLayout() in useragentparser.php
Parse "Presto" layouts.
isProprietaryLayout
Parse "Proprietary" layouts.
isTridentLayout
UserAgentParser::isTridentLayout() in useragentparser.php
Parse "Trident" layouts.
isWebkitLayout
UserAgentParser::isWebkitLayout() in useragentparser.php
Parse "Webkit" layouts.
p
top
$platform
UserAgentParser::$platform in useragentparser.php
Platform's value after parsing.
parse
UserAgentParser::parse() in useragentparser.php
Parse user-agent's string.
PRESTO
UserAgentParser::PRESTO in useragentparser.php
Binary 1
PROPRIETARY
UserAgentParser::PROPRIETARY in useragentparser.php
Binary 10000
s
top
setBrowser
UserAgentParser::setBrowser() in useragentparser.php
Setter for UserAgentParser::$browser.
setPlatform
UserAgentParser::setPlatform() in useragentparser.php
Setter for UserAgentParser::$platform.
setType
UserAgentParser::setType() in useragentparser.php
Setter for UserAgentParser::$type.
setUserAgent
UserAgentParser::setUserAgent() in useragentparser.php
Setter for UserAgentParser::$userAgent.
t
top
$type
UserAgentParser::$type in useragentparser.php
Type of browser's layout.
$types
UserAgentParser::$types in useragentparser.php
Browser's types
toString
UserAgentParser::toString() in useragentparser.php
Returns serialized data if UserAgentParser's object is called as a string.
TRIDENT
UserAgentParser::TRIDENT in useragentparser.php
Binary 100
u
top
$userAgent
UserAgentParser::$userAgent in useragentparser.php
Stored user-agent's string value.
useragentparser.php
useragentparser.php in useragentparser.php
UNDEFINED
UserAgentParser::UNDEFINED in useragentparser.php
Binary 1111100000
UserAgentParser
UserAgentParser in useragentparser.php
UserAgentParser Class
v
top
$version
UserAgentParser::$version in useragentparser.php
Number of the browser version represented as a string.
w
top
WEBKIT
UserAgentParser::WEBKIT in useragentparser.php
Binary 1000
a b f g i p s t u v w _