diff --git a/docs/Browser_Detection/BrowserDetection.html b/docs/Browser_Detection/BrowserDetection.html index bebbb66..98c9720 100644 --- a/docs/Browser_Detection/BrowserDetection.html +++ b/docs/Browser_Detection/BrowserDetection.html @@ -66,7 +66,7 @@

Author(s):

Version:

Copyright:

@@ -245,8 +245,8 @@

Methods

Class Details

-[line 123]
-The BrowserDetection class facilitates the identification of the user's environment such as Web browser, version, platform and device type.

Typical usage:

$browser = new Wolfcast\BrowserDetection(); if ($browser->getName() == Wolfcast\BrowserDetection::BROWSER_FIREFOX && $browser->compareVersions($browser->getVersion(), '5.0') >= 0) { echo 'You are using FireFox version 5 or greater.'; }

The class is a rewrite of Chris Schuld's Browser class version 1.9 which is mostly unmaintained since August 20th, 2010. Chris' class was based on the original work from Gary White.

Updates:

2018-07-15: Version 2.9.0