DetectBrowser
Table of Contents
-
$is_desktop
: mixed
-
$is_mobile
: mixed
-
$is_tablet
: mixed
-
__construct()
: mixed
-
all()
: stdClass
-
isDesktop()
: bool
-
isMobile()
: bool
-
isTablet()
: bool
$is_desktop
private
mixed
$is_desktop
$is_mobile
private
mixed
$is_mobile
$is_tablet
private
mixed
$is_tablet
__construct()
public
__construct() : mixed
Return values
mixed
—
all()
public
all() : stdClass
Return values
stdClass
—
isDesktop()
public
isDesktop() : bool
Return values
bool
—
isMobile()
public
isMobile() : bool
Return values
bool
—
isTablet()
public
isTablet() : bool
Return values
bool
—