[Horde_Browser] element index

Package indexes

All elements
a b d e g h i m s u w _
_
top
Variable $_accept
Browser::$_accept in Browser.php
HTTP_ACCEPT string
Variable $_agent
Browser::$_agent in Browser.php
Full user agent string.
Variable $_browser
Browser::$_browser in Browser.php
Browser name.
Variable $_cache
Variable $_data
Device data. From http://www.nttdocomo.co.jp/i/tag/s5.html#5_1
Variable $_extra
Variable $_features
Browser::$_features in Browser.php
Features.
Variable $_httpversion
Variable $_images
Browser::$_images in Browser.php
List of viewable image MIME subtypes.
Variable $_lowerAgent
Browser::$_lowerAgent in Browser.php
Lower-case user agent string.
Variable $_majorVersion
Major version number.
Variable $_manufacturer
Variable $_manufacturerlist
Variable $_minorVersion
Minor version number.
Variable $_mobile
Browser::$_mobile in Browser.php
Is this a mobile browser?
Variable $_mobileAgents
List of mobile user agents.
Variable $_model
Variable $_platform
Browser::$_platform in Browser.php
Platform the browser is running on.
Variable $_quirks
Browser::$_quirks in Browser.php
Quirks
Variable $_robotAgentRegexp
Regexp for matching those robot strings.
Variable $_robotAgents
Browser::$_robotAgents in Browser.php
Known robots.
Variable $_tvAgents
Browser::$_tvAgents in Browser.php
List of tv user agents.
Variable $_user_agent
Method _setPlatform
Matches the platform of the browser.
a
top
Method allowFileUploads
Determines if files can be uploaded to the system.
b
top
Class Browser
Browser in Browser.php
The Browser:: class provides capability information for the current web client.
Method Browser
Browser::Browser() in Browser.php
Creates a browser instance (Constructor).
Page Browser.php
Browser.php in Browser.php
Method Browser_imode
Does not handle bogus user_agents or most of the other error situation properly yet.
Class Browser_imode
Browser_imode in imode.php
The Browser_imode:: class extends the Browser API by providing specific information about Imode handsets.
d
top
Method downloadHeaders
Returns the headers for a browser download.
e
top
Method escapeJSCode
Escapes characters in javascript code if the browser requires it. %23, %26, and %2B (for some browsers) and %27 need to be escaped or else javascript will interpret it as a single quote, pound sign, or ampersand and refuse to work.
g
top
Method getAgentString
Returns the full browser agent string.
Method getBrowser
Browser::getBrowser() in Browser.php
Returns the current browser.
Method getCache
Method getColor
Method getExtra
Method getFeature
Browser::getFeature() in Browser.php
Returns the current browser capability.
Method getHTTPProtocol
Returns the server protocol in use on the current server.
Method getHTTPVersion
Method getIEVersion
Returns the IE version stored in the session, if available.
Method getImageDimensions
Example usage:
Method getImageFormats
Method getMajor
Browser::getMajor() in Browser.php
Returns the current browser's major version.
Method getManufacturer
Method getMinor
Browser::getMinor() in Browser.php
Returns the current browser's minor version.
Method getPlatform
Browser::getPlatform() in Browser.php
Returns the currently matched platform.
Method getQuirk
Browser::getQuirk() in Browser.php
Returns unique behavior for the current browser.
Method getTextDimensions
Example usage:
Method getVersion
Browser::getVersion() in Browser.php
Returns the current browser's version.
h
top
Method hasFeature
Browser::hasFeature() in Browser.php
Checks the current browser capabilities.
Method hasQuirk
Browser::hasQuirk() in Browser.php
Checks unique behavior for the current browser.
i
top
Page imode.php
imode.php in imode.php
Method isBlackAndWhite
Method isBrowser
Browser::isBrowser() in Browser.php
Determines if the given browser is the same as the current.
Method isColor
Method isGreyScale
Method isMobile
Browser::isMobile() in Browser.php
Do we consider the current browser to be a mobile device?
Method isRobot
Browser::isRobot() in Browser.php
Determines if the browser is a robot or not.
Method isViewable
Browser::isViewable() in Browser.php
Determines if a browser can display a given MIME type.
m
top
Method match
Browser::match() in Browser.php
Parses the user agent string and inititializes the object with all the known features and quirks for the given browser.
s
top
Method setBrowser
Browser::setBrowser() in Browser.php
Sets the current browser.
Method setFeature
Browser::setFeature() in Browser.php
Sets capabilities for the current browser.
Method setIEVersion
Sets the IE version in the session.
Method setQuirk
Browser::setQuirk() in Browser.php
Sets unique behavior for the current browser.
Method singleton
Browser::singleton() in Browser.php
Returns a reference to the global Browser object, only creating it if it doesn't already exist.
u
top
Method usingSSLConnection
Determines if we are using a secure (SSL) connection.
w
top
Method wasFileUploaded
Determines if the file was uploaded or not. If not, will return the appropriate error message.
a b d e g h i m s u w _