Lines Matching full:aol
270 * The version of AOL.
271 * @return string Version of AOL (will only contain alpha-numeric characters and a period)
275 * Set the version of AOL
276 * @param $version The version of AOL
280 * Is the browser from AOL?
281 * @return boolean True if the browser is from AOL otherwise false
295 * Set the browser to be from AOL
424 * Determine if the user is using an AOL User Agent (last updated 1.7)
425 * @return boolean True if the browser is from AOL otherwise false
431 if( stripos($this->_agent,'aol') !== false ) {
432 $aversion = explode(' ',stristr($this->_agent, 'AOL'));