Identifies the browser for this session.
Identifies as much as possible of the browser name and version, OS name and version, and the renderer name and version. The renderer is then used to determine which capabilites are supported.
Located in Program_Root/browser.php (line 103)
Constructor BROWSER (line 109)
domain (line 277)
Resolve the domain name of the browser.
gecko_date (line 207)
Build date of the browser, if built with Gecko.
Gecko is the mozilla browser technology. Conforming user agent strings include the build date of the Gecko component. (Can be empty)
interpreted_system_name (line 176)
Calculated system name.
The most likely operating system derived from the user agent string.
ip_address (line 285)
Return actual ip address of browser (resolves proxies).
is (line 217)
Does the browser use this renderer or run on this operating system?.
See the browser renderer/OS constants.
name (line 139)
Name of the browser.
Not necessarily the same as the renderer name. AOL uses the IE engine or the Gecko engine, depending on version. MSN uses the IE engine.
renderer_name (line 119)
Identifies the technology used by this browser.
This is often different than the name, since many browsers employ embedded renderers like Gecko, or are rebranded like Opera Composer browsers.
renderer_version (line 129)
Identifies the version of the technology used by this browser.
This is the number used internall to identify whether a feature is supported.
supports (line 227)
Is the requested functionality supported?.
See the browser functionality constants.
system_id (line 187)
Fully formatted operating system id.
Returns as much information about the operating system as possible.
system_name (line 158)
Specific name of the operating system.
system_version (line 167)
Operating system version.
This is specific, like Windows NT 5.1 (Windows 2000) will return 5.1, not 2000.
version (line 150)
Version of the browser.
Not necessarily the same as the renderer version. Largely useless identifier for determining feature support, but nice to use when showing a user which browser they are running. e.g. displaying 'MSN 7.0' instead of 'IE 5.5sp1'.
Documention generated on Sun, 23 Feb 2003 11:05:38 +0100 by phpDocumentor 1.2.0rc1