Lines:
1 to 64 of 64
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class Browser */ /* function Browser::__construct() – */ /* function Browser::reset() – Reset all properties */ /* function Browser::isBrowser() – Check to see if the specific browser is valid */ /* function Browser::getBrowser() – The name of the browser. All return types are from the class contants */ /* function Browser::setBrowser() – Set the name of the browser */ /* function Browser::getPlatform() – The name of the platform. All return types are from the class contants */ /* function Browser::setPlatform() – Set the name of the platform */ /* function Browser::getVersion() – The version of the browser. */ /* function Browser::setVersion() – Set the version of the browser */ /* function Browser::getAolVersion() – The version of AOL. */ /* function Browser::setAolVersion() – Set the version of AOL */ /* function Browser::isAol() – Is the browser from AOL? */ /* function Browser::isMobile() – Is the browser from a mobile device? */ /* function Browser::isRobot() – Is the browser from a robot (ex Slurp,GoogleBot)? */ /* function Browser::setAol() – Set the browser to be from AOL */ /* function Browser::setMobile() – Set the Browser to be mobile */ /* function Browser::setRobot() – Set the Browser to be a robot */ /* function Browser::getUserAgent() – Get the user agent value in use to determine the browser */ /* function Browser::setUserAgent() – Set the user agent value (the construction will use the HTTP header value – this will overwrite it) */ /* function Browser::isChromeFrame() – Used to determine if the browser is actually "chromeframe" */ /* function Browser::__toString() – Returns a formatted string with a summary of the details of the browser. */ /* function Browser::determine() – Protected routine to calculate and determine what the browser is in use (including platform) */ /* function Browser::checkBrowsers() – Protected routine to determine the browser type */ /* function Browser::checkBrowserBlackBerry() – Determine if the user is using a BlackBerry (last updated 1.7) */ /* function Browser::checkForAol() – Determine if the user is using an AOL User Agent (last updated 1.7) */ /* function Browser::checkBrowserGoogleBot() – Determine if the browser is the GoogleBot or not (last updated 1.7) */ /* function Browser::checkBrowserMSNBot() – Determine if the browser is the MSNBot or not (last updated 1.9) */ /* function Browser::checkBrowserW3CValidator() – Determine if the browser is the W3C Validator or not (last updated 1.7) */ /* function Browser::checkBrowserSlurp() – Determine if the browser is the Yahoo! Slurp Robot or not (last updated 1.7) */ /* function Browser::checkBrowserInternetExplorer() – Determine if the browser is Internet Explorer or not (last updated 1.7) */ /* function Browser::checkBrowserOpera() – Determine if the browser is Opera or not (last updated 1.7) */ /* function Browser::checkBrowserChrome() – Determine if the browser is Chrome or not (last updated 1.7) */ /* function Browser::checkBrowserWebTv() – Determine if the browser is WebTv or not (last updated 1.7) */ /* function Browser::checkBrowserNetPositive() – Determine if the browser is NetPositive or not (last updated 1.7) */ /* function Browser::checkBrowserGaleon() – Determine if the browser is Galeon or not (last updated 1.7) */ /* function Browser::checkBrowserKonqueror() – Determine if the browser is Konqueror or not (last updated 1.7) */ /* function Browser::checkBrowserIcab() – Determine if the browser is iCab or not (last updated 1.7) */ /* function Browser::checkBrowserOmniWeb() – Determine if the browser is OmniWeb or not (last updated 1.7) */ /* function Browser::checkBrowserPhoenix() – Determine if the browser is Phoenix or not (last updated 1.7) */ /* function Browser::checkBrowserFirebird() – Determine if the browser is Firebird or not (last updated 1.7) */ /* function Browser::checkBrowserNetscapeNavigator9Plus() – Determine if the browser is Netscape Navigator 9+ or not (last updated 1.7) NOTE: (http://browser.netscape.com/ – Official support ended on March 1st, 2008) */ /* function Browser::checkBrowserShiretoko() – Determine if the browser is Shiretoko or not (https://wiki.mozilla.org/Projects/shiretoko) (last updated 1.7) */ /* function Browser::checkBrowserIceCat() – Determine if the browser is Ice Cat or not (http://en.wikipedia.org/wiki/GNU_IceCat) (last updated 1.7) */ /* function Browser::checkBrowserNokia() – Determine if the browser is Nokia or not (last updated 1.7) */ /* function Browser::checkBrowserFirefox() – Determine if the browser is Firefox or not (last updated 1.7) */ /* function Browser::checkBrowserIceweasel() – Determine if the browser is Firefox or not (last updated 1.7) */ /* function Browser::checkBrowserMozilla() – Determine if the browser is Mozilla or not (last updated 1.7) */ /* function Browser::checkBrowserLynx() – Determine if the browser is Lynx or not (last updated 1.7) */ /* function Browser::checkBrowserAmaya() – Determine if the browser is Amaya or not (last updated 1.7) */ /* function Browser::checkBrowserSafari() – Determine if the browser is Safari or not (last updated 1.7) */ /* function Browser::checkBrowseriPhone() – Determine if the browser is iPhone or not (last updated 1.7) */ /* function Browser::checkBrowseriPad() – Determine if the browser is iPod or not (last updated 1.7) */ /* function Browser::checkBrowseriPod() – Determine if the browser is iPod or not (last updated 1.7) */ /* function Browser::checkBrowserAndroid() – Determine if the browser is Android or not (last updated 1.7) */ /* function Browser::checkPlatform() – Determine the user’s platform (last updated 1.7) */