Public Member Functions | |
__construct () | |
is_browser ($key=NULL) | |
is_robot ($key=NULL) | |
is_mobile ($key=NULL) | |
is_referral () | |
agent_string () | |
platform () | |
browser () | |
version () | |
robot () | |
mobile () | |
referrer () | |
languages () | |
charsets () | |
accept_lang ($lang= 'en') | |
accept_charset ($charset= 'utf-8') | |
__construct | ( | ) |
Constructor
Sets the User Agent and runs the compilation routine
public
accept_charset | ( | $charset = 'utf-8' ) |
Test for a particular character set
public
accept_lang | ( | $lang = 'en' ) |
Test for a particular language
public
agent_string | ( | ) |
Agent String
public
browser | ( | ) |
Get Browser Name
public
charsets | ( | ) |
Get the accepted Character Sets
public
is_browser | ( | $key = NULL ) |
Is Browser
public
is_mobile | ( | $key = NULL ) |
Is Mobile
public
is_referral | ( | ) |
Is this a referral from another site?
public
is_robot | ( | $key = NULL ) |
Is Robot
public
languages | ( | ) |
Get the accepted languages
public
mobile | ( | ) |
Get the Mobile Device
public
platform | ( | ) |
Get Platform
public
referrer | ( | ) |
Get the referrer
public
robot | ( | ) |
Get The Robot Name
public
version | ( | ) |
Get the Browser Version
public