Element index for package Horde_Browser
[ a ]
[ b ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ m ]
[ s ]
[ u ]
[ w ]
[ _ ]
_
- $_accept
- in file Browser.php, variable Browser::$_accept
HTTP_ACCEPT string
- $_agent
- in file Browser.php, variable Browser::$_agent
Full user agent string.
- $_browser
- in file Browser.php, variable Browser::$_browser
Browser name.
- $_features
- in file Browser.php, variable Browser::$_features
Features.
- $_images
- in file Browser.php, variable Browser::$_images
List of viewable image MIME subtypes.
- $_lowerAgent
- in file Browser.php, variable Browser::$_lowerAgent
Lower-case user agent string.
- $_majorVersion
- in file Browser.php, variable Browser::$_majorVersion
Major version number.
- $_minorVersion
- in file Browser.php, variable Browser::$_minorVersion
Minor version number.
- $_mobile
- in file Browser.php, variable Browser::$_mobile
Is this a mobile browser?
- $_platform
- in file Browser.php, variable Browser::$_platform
Platform the browser is running on.
- $_quirks
- in file Browser.php, variable Browser::$_quirks
Quirks
- $_robots
- in file Browser.php, variable Browser::$_robots
Known robots.
- _setPlatform
- in file Browser.php, method Browser::_setPlatform()
Match the platform of the browser.
top
top
b
- Browser
- in file Browser.php, method Browser::Browser()
Create a browser instance (Constructor).
- Browser
- in file Browser.php, class Browser
The Browser:: class provides capability information for the current web client. Browser identification is performed by examining the HTTP_USER_AGENT environmental variable provide by the web server.
- Browser.php
- procedural page Browser.php
top
top
e
- escapeJSCode
- in file Browser.php, method Browser::escapeJSCode()
Escape characters in javascript code if the browser requires it.
top
g
- getAgentString
- in file Browser.php, method Browser::getAgentString()
Return the full browser agent string.
- getBrowser
- in file Browser.php, method Browser::getBrowser()
Retrieve the current browser.
- getFeature
- in file Browser.php, method Browser::getFeature()
Retreive the current browser capability.
- getHTTPProtocol
- in file Browser.php, method Browser::getHTTPProtocol()
Returns the server protocol in use on the current server.
- getIEVersion
- in file Browser.php, method Browser::getIEVersion()
Return the IE version stored in the session, if available.
- getMajor
- in file Browser.php, method Browser::getMajor()
Retrieve the current browser's major version.
- getMinor
- in file Browser.php, method Browser::getMinor()
Retrieve the current browser's minor version.
- getPlatform
- in file Browser.php, method Browser::getPlatform()
Return the currently matched platform.
- getQuirk
- in file Browser.php, method Browser::getQuirk()
Retreive unique behavior for the current browser.
- getVersion
- in file Browser.php, method Browser::getVersion()
Retrieve the current browser's version.
top
h
- hasFeature
- in file Browser.php, method Browser::hasFeature()
Check the current browser capabilities.
- hasQuirk
- in file Browser.php, method Browser::hasQuirk()
Check unique behavior for the current browser.
top
i
- isBrowser
- in file Browser.php, method Browser::isBrowser()
Determine if the given browser is the same as the current.
- isMobile
- in file Browser.php, method Browser::isMobile()
Do we consider the current browser to be a mobile device?
- isRobot
- in file Browser.php, method Browser::isRobot()
Determines if the browser is a robot or not.
- isViewable
- in file Browser.php, method Browser::isViewable()
Determines if a browser can display a given MIME type.
top
m
- match
- in file Browser.php, method Browser::match()
Parses the user agent string and inititializes the object with all the known features and quirks for the given browser.
top
s
- setBrowser
- in file Browser.php, method Browser::setBrowser()
Sets the current browser.
- setFeature
- in file Browser.php, method Browser::setFeature()
Set capabilities for the current browser.
- setIEVersion
- in file Browser.php, method Browser::setIEVersion()
Set the IE version in the session.
- setQuirk
- in file Browser.php, method Browser::setQuirk()
Set unique behavior for the current browser.
- singleton
- in file Browser.php, method Browser::singleton()
Returns a reference to the global Browser object, only creating it if it doesn't already exist.
top
top
w
- wasFileUploaded
- in file Browser.php, method Browser::wasFileUploaded()
Determines if the file was uploaded or not. If not, will return the appropriate error message.
top
|
|