Methods
31 to 55 of 55
- Browser::checkBrowserSlurp() – Determine if the browser is the Yahoo! Slurp Robot or not (last updated 1.7)
- Browser::checkBrowserW3CValidator() – Determine if the browser is the W3C Validator or not (last updated 1.7)
- Browser::checkBrowserWebTv() – Determine if the browser is WebTv or not (last updated 1.7)
- Browser::checkForAol() – Determine if the user is using an AOL User Agent (last updated 1.7)
- Browser::checkPlatform() – Determine the user’s platform (last updated 1.7)
- Browser::determine() – Protected routine to calculate and determine what the browser is in use (including platform)
- Browser::getAolVersion() – The version of AOL.
- Browser::getBrowser() – The name of the browser. All return types are from the class contants
- Browser::getPlatform() – The name of the platform. All return types are from the class contants
- Browser::getUserAgent() – Get the user agent value in use to determine the browser
- Browser::getVersion() – The version of the browser.
- Browser::isAol() – Is the browser from AOL?
- Browser::isBrowser() – Check to see if the specific browser is valid
- Browser::isChromeFrame() – Used to determine if the browser is actually "chromeframe"
- Browser::isMobile() – Is the browser from a mobile device?
- Browser::isRobot() – Is the browser from a robot (ex Slurp,GoogleBot)?
- Browser::reset() – Reset all properties
- Browser::setAol() – Set the browser to be from AOL
- Browser::setAolVersion() – Set the version of AOL
- Browser::setBrowser() – Set the name of the browser
- Browser::setMobile() – Set the Browser to be mobile
- Browser::setPlatform() – Set the name of the platform
- Browser::setRobot() – Set the Browser to be a robot
- Browser::setUserAgent() – Set the user agent value (the construction will use the HTTP header value – this will overwrite it)
- Browser::setVersion() – Set the version of the browser