Lines Matching full:aol
242 * The version of AOL.
243 * @return string Version of AOL (will only contain alpha-numeric characters and a period)
251 * Set the version of AOL
252 * @param string $version The version of AOL
260 * Is the browser from AOL?
261 * @return boolean True if the browser is from AOL otherwise false
305 * Set the browser to be from AOL
511 * Determine if the user is using an AOL User Agent (last updated 1.7)
512 * @return boolean True if the browser is from AOL otherwise false
519 if (stripos($this->_agent, 'aol') !== false) {
520 $aversion = explode(' ', stristr($this->_agent, 'AOL'));