From eda2b898e69d52c7eb5d613e15ebde2f4dafb625 Mon Sep 17 00:00:00 2001 From: Wolfcast Date: Thu, 23 Aug 2018 20:17:38 -0400 Subject: [PATCH] Version 2.9.1 (release) --- docs/Browser_Detection/BrowserDetection.html | 282 +- .../_BrowserDetection.php.html | 6 +- ...owser_Detection__BrowserDetection.php.html | 4020 +++++++++-------- docs/classtrees_Browser_Detection.html | 2 +- docs/elementindex.html | 2 +- docs/elementindex_Browser_Detection.html | 2 +- docs/errors.html | 2 +- docs/index.html | 2 +- docs/li_Browser_Detection.html | 2 +- lib/BrowserDetection.php | 34 +- 10 files changed, 2185 insertions(+), 2169 deletions(-) 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