[
  {
    "path": "LICENSE.LGPL-3.0-only.md",
    "content": "GNU LESSER GENERAL PUBLIC LICENSE\n=================================\n**Version 3, 29 June 2007**\n\nCopyright (C) 2007 [Free Software Foundation, Inc.](http://fsf.org/) Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.\n\n\nThis version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.\n\n0. Additional Definitions.\n--------------------------\n\nAs used herein, \"this License\" refers to version 3 of the GNU Lesser General Public License, and the \"GNU GPL\" refers to version 3 of the GNU General Public License.\n\n\"The Library\" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.\n\nAn \"Application\" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.\n\nA \"Combined Work\" is a work produced by combining or linking an Application with the Library.  The particular version of the Library with which the Combined Work was made is also called the \"Linked Version\".\n\nThe \"Minimal Corresponding Source\" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.\n\nThe \"Corresponding Application Code\" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.\n\n1. Exception to Section 3 of the GNU GPL.\n-----------------------------------------\n\nYou may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.\n\n2. Conveying Modified Versions.\n-------------------------------\n\nIf you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:\n\n  1. under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or\n\n  2. under the GNU GPL, with none of the additional permissions of this License applicable to that copy.\n\n3. Object Code Incorporating Material from Library Header Files.\n----------------------------------------------------------------\n\nThe object code form of an Application may incorporate material from a header file that is part of the Library.  You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:\n\n  1. Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.\n\n  2. Accompany the object code with a copy of the GNU GPL and this license document.\n\n4. Combined Works.\n------------------\n\nYou may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:\n\n  1. Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.\n  \n  2. Accompany the Combined Work with a copy of the GNU GPL and this license document.\n  \n  3. For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.\n  \n  4. Do one of the following:\n    * Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.\n    * Use a suitable shared library mechanism for linking with the Library.  A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.\n    \n  5. Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)\n\n5. Combined Libraries.\n----------------------\n\nYou may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:\n\n  1. Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.\n\n  2. Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.\n\n6. Revised Versions of the GNU Lesser General Public License.\n-------------------------------------------------------------\n\nThe Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License \"or any later version\" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.\n\nIf the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.\n"
  },
  {
    "path": "LICENSE.MIT.md",
    "content": "Copyright 2010 Wolfcast\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  },
  {
    "path": "LICENSE.md",
    "content": "This program is free software; you can redistribute it and/or modify it under the terms of EITHER the [MIT License](LICENSE.MIT.md) (SPDX short identifier: [MIT](https://spdx.org/licenses/MIT.html)) OR the [GNU Lesser General Public License Version 3](LICENSE.LGPL-3.0-only.md) (SPDX short identifier: [LGPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html))."
  },
  {
    "path": "README.md",
    "content": "BrowserDetection\n================\n\nThe [Wolfcast](https://wolfcast.com/) BrowserDetection PHP class facilitates the identification of the user's environment such as Web browser, version, platform family, platform version or if it's a mobile device or not.\n\nThis class will try to detect what the user is using from the `HTTP_USER_AGENT` string sent by the Web browser. A good way to use the class would be to gather user statistics or to report the browser and version used for informational purposes. A bad way to use the class would be to serve content based on the browser and version used. **Sites that rely on the user-agent string should be updated to modern techniques, such as feature detection, adaptive layout, and other modern practices.**\n\nAlways keep in mind that `HTTP_USER_AGENT` can be easily spoofed by the user.\n\nFeatures\n--------\n\nThe [Wolfcast](https://wolfcast.com/) BrowserDetection PHP class is the most accurate detection class. **It has been tested with 14000+ different user agent strings and it have a 99.95% accuracy ratio!**\n\nNatively detects the following browsers:\n\n  * Android\n  * BlackBerry\n  * BlackBerry Tablet OS\n  * Chrome\n  * Edge\n  * Firebird\n  * Firefox\n  * GNU IceCat\n  * GNU IceWeasel\n  * iCab\n  * Internet Explorer\n  * Internet Explorer Mobile\n  * Konqueror\n  * Lynx\n  * Mozilla\n  * MSN TV\n  * Netscape\n  * Nokia Browser\n  * Opera\n  * Opera Mini\n  * Opera Mobile\n  * Phoenix\n  * Safari\n  * Samsung Internet\n  * UC Browser\n\nYou can also easily add custom rules to support other browsers not natively supported!\n\nNatively detects the following robots:\n\n  * Bingbot\n  * Googlebot\n  * MSNBot\n  * W3C Validator\n  * Yahoo! Multimedia\n  * Yahoo! Slurp\n\nYou can also easily add custom rules to support other robots not natively supported!\n\nNatively detects the following platforms:\n  * Android\n  * BlackBerry\n  * Chrome OS\n  * FreeBSD\n  * iOS\n  * Linux\n  * Macintosh\n  * NetBSD\n  * Nokia\n  * OpenBSD\n  * OpenSolaris\n  * Symbian\n  * Windows\n  * Windows CE\n  * Windows Phone\n\nYou can also easily add custom rules to support other platforms not natively supported!\n\nRequirements\n------------\n\nRequires PHP 5.3 or newer (tested with PHP 8.4.5, 7.4.33 and 5.6.40).\n\nDemo and full documentation\n---------------------------\n\nYou can try the [live demo](https://wolfcast.com/open-source/browser-detection/tutorial.php) of the class and you can read the [documentation](https://wolfcast.com/open-source/browser-detection/doc/classes/Wolfcast-BrowserDetection.html).\n\nInstallation\n------------\n\nYou can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/) ([Packagist link](https://packagist.org/packages/wolfcast/browser-detection)):\n\n    composer require wolfcast/browser-detection\n\nYou can also manually install this library by adding `BrowserDetection.php` (found in the `lib` directory) to your project and then `require_once` the library where needed.\n\nUsage\n-----\n\n```\nrequire_once('BrowserDetection.php');\n\n$browser = new Wolfcast\\BrowserDetection();\nif ($browser->getName() == Wolfcast\\BrowserDetection::BROWSER_FIREFOX &&\n    $browser->compareVersions($browser->getVersion(), '5.0') >= 0) {\n    echo 'You are using FireFox version 5 or greater.';\n}\n```\n\nHistory\n-------\n\nCorrectly identifying what Web browser your users are using is an incredibly complex task. If you ever tried to implement something like this you quickly saw how this can become a code mess. Only a few libraries exist and they often get deprecated and becomes abandonware. This is why we created our own detection engine. We didn't start from scratch. The class is a heavily updated version of Chris Schuld's Browser class version 1.9 (which was unmaintained for a couple of years). Chris' class was based on the original work from Gary White.\n\nLicense\n-------\n\nSPDX-License-Identifier: MIT OR LGPL-3.0-only"
  },
  {
    "path": "composer.json",
    "content": "{\n    \"name\": \"wolfcast/browser-detection\",\n    \"type\": \"library\",\n    \"description\": \"The Wolfcast BrowserDetection PHP class facilitates the identification of the user's environment such as Web browser, version, platform family, platform version or if it's a mobile device or not.\",\n    \"keywords\": [\"browser\",\"detection\",\"version\",\"environment\",\"platform\",\"mobile\"],\n    \"homepage\": \"https://github.com/Wolfcast/BrowserDetection\",\n    \"license\": \"LGPL-3.0-or-later\",\n    \"authors\": [\n        {\n            \"name\": \"Alexandre Valiquette\",\n            \"homepage\": \"https://wolfcast.com/\",\n            \"role\": \"Lead developer\"\n        }\n    ],\n    \"require\": {\n        \"php\": \">=5.3.0\"\n    },\n    \"autoload\": {\n        \"classmap\": [\n            \"lib/BrowserDetection.php\"\n        ]\n    }\n}"
  },
  {
    "path": "docs/classes/Wolfcast-BrowserDetection.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                <section>\n                                        <ul class=\"phpdocumentor-breadcrumbs\">\n            <li class=\"phpdocumentor-breadcrumb\"><a href=\"namespaces/wolfcast.html\">Wolfcast</a></li>\n    </ul>\n\n    <article class=\"phpdocumentor-element -class\">\n        <h2 class=\"phpdocumentor-content__title\">\n    BrowserDetection\n\n\n            <div class=\"phpdocumentor-element__package\">\n            in package\n            <ul class=\"phpdocumentor-breadcrumbs\">\n                                    <li class=\"phpdocumentor-breadcrumb\"><a href=\"packages/BrowserDetection.html\">BrowserDetection</a></li>\n                            </ul>\n        </div>\n\n\n    </h2>\n\n<div class=\"phpdocumentor-label-line\">\n\n\n</div>\n\n        <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">169</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.169\" class=\"phpdocumentor-element-found-in__source\" data-line=\"169\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n            <p class=\"phpdocumentor-summary\">The BrowserDetection class facilitates the identification of the user&#039;s environment such as Web browser, version,\nplatform and device type.</p>\n\n\n    <section class=\"phpdocumentor-description\"><p>Typical usage:</p>\n<pre class=\"prettyprint\"><code class=\"language-php\">$browser = new Wolfcast\\BrowserDetection();\nif ($browser-&gt;getName() == Wolfcast\\BrowserDetection::BROWSER_FIREFOX &amp;&amp;\n    $browser-&gt;compareVersions($browser-&gt;getVersion(), '5.0') &gt;= 0) {\n    echo 'You are using FireFox version 5 or greater.';\n}\n</code></pre>\n<p>The class is a rewrite of Chris Schuld's Browser class version 1.9 which is mostly unmaintained since August 20th,\n2010. Chris' class was based on the original work from Gary White.</p>\n<p>Updates:</p>\n<p>2025-03-23: Version 2.9.9</p>\n<ul>\n<li>Added macOS Sequoia detection for browsers that still correctly report the macOS version.</li>\n</ul>\n<p>2024-04-21: Version 2.9.8</p>\n<ul>\n<li>Added macOS Sonoma and macOS Ventura detection. Note that all the majors Web browsers have reported macOS Catalina\nsince 2021 for any macOS 11+ versions. See the documentation of macVerToStr() for more details.</li>\n<li>Improved the library documentation when detecting Windows version names since Windows 11 is always reported as\nWindows 10. See windowsNTVerToStr() for more details.</li>\n<li>Updated HTML documentation of the library to the latest version of phpDocumentor.</li>\n</ul>\n<p>2022-09-20: Version 2.9.7</p>\n<ul>\n<li>Changed licensing to dual licensing: MIT or LGPL-3.0-only. This has no impact on existing users. You can continue\nunder the previous license or switch to MIT.</li>\n</ul>\n<p>2022-05-01: Version 2.9.6</p>\n<ul>\n<li>Added support for Chrome OS.</li>\n<li>Added support for macOS Monterey and macOS Big Sur.</li>\n<li>Now correctly detects AArch64 as 64-bit.</li>\n<li>Added support for PHP 8.</li>\n<li>Tested with latest Web Browsers and platforms.</li>\n</ul>\n<p>2020-02-02: Version 2.9.5</p>\n<ul>\n<li>WARNING! Breaking change: complete rework of robots detection. Now robot name and version is detected in addition\nof browser name and version. Use getRobotName() and getRobotVersion() when isRobot() is true.</li>\n<li>WARNING! Breaking change: due to robots detection rework the following methods signatures has changed (isRobot\nparameter removed): addCustomBrowserDetection(), checkSimpleBrowserUA(), checkBrowserUAWithVersion().</li>\n<li>Added possibility to support new robots with addCustomRobotDetection().</li>\n<li>Added support for the new Microsoft Edge based on Chromium.</li>\n<li>Added version names for Android 10 and later (Google no longer use candy names for new versions).</li>\n<li>Added macOS Catalina detection.</li>\n<li>Added Windows Server 2019 detection (Windows Server 2016 can be no longer detected due to the fact that they both\nuse the same version number and that the build is not included in the user agent).</li>\n</ul>\n<p>2019-03-27: Version 2.9.3</p>\n<ul>\n<li>Fixed Edge detection on Android.</li>\n<li>Added Android Q detection.</li>\n<li>Now filtering superglobals.</li>\n</ul>\n<p>2019-02-28: Version 2.9.2</p>\n<ul>\n<li>Fixed Opera detection.</li>\n</ul>\n<p>2018-08-23: Version 2.9.1</p>\n<ul>\n<li>Fixed Chrome detection under iOS.</li>\n<li>Added Android Pie detection.</li>\n<li>Added macOS Mojave detection.</li>\n</ul>\n<p>2018-07-15: Version 2.9.0</p>\n<ul>\n<li>WARNING! Breaking change: new Wolfcast namespace. Use new Wolfcast\\BrowserDetection().</li>\n<li>iPad, iPhone and iPod are all under iOS now.</li>\n<li>Added Android Oreo detection.</li>\n<li>Added macOS High Sierra detection.</li>\n<li>Added UC Browser detection.</li>\n<li>Improved regular expressions (even less false positives).</li>\n<li>Removed AOL detection.</li>\n<li>Removed the following Web browsers detection: Amaya, Galeon, NetPositive, OmniWeb, Vivaldi detection (use\naddCustomBrowserDetection()).</li>\n<li>Removed the following legacy platforms detection: BeOS, OS/2, SunOS (use addCustomPlatformDetection()).</li>\n</ul>\n<p>2016-11-28: Version 2.5.1</p>\n<ul>\n<li>Better detection of 64-bit platforms.</li>\n</ul>\n<p>2016-08-19: Version 2.5.0</p>\n<ul>\n<li>Platform version and platform version name are now supported for Mac.</li>\n<li>Fixed platform version name for Android.</li>\n</ul>\n<p>2016-08-02: Version 2.4.0</p>\n<ul>\n<li>Platform version and platform version name are now supported for Android.</li>\n<li>Added support for the Samsung Internet browser.</li>\n<li>Added support for the Vivaldi browser.</li>\n<li>Better support for legacy Windows versions.</li>\n</ul>\n<p>2016-02-11: Version 2.3.0</p>\n<ul>\n<li>WARNING! Breaking change: public method getBrowser() is renamed to getName().</li>\n<li>WARNING! Breaking change: changed the compareVersions() return values to be more in line with other libraries.</li>\n<li>You can now get the exact platform version (name or version numbers) on which the browser is run on with\ngetPlatformVersion(). Only working with Windows operating systems at the moment.</li>\n<li>You can now determine if the browser is executed from a 64-bit platform with is64bitPlatform().</li>\n<li>Better detection of mobile platform for Googlebot.</li>\n</ul>\n<p>2016-01-04: Version 2.2.0</p>\n<ul>\n<li>Added support for Microsoft Edge.</li>\n</ul>\n<p>2014-12-30: Version 2.1.2</p>\n<ul>\n<li>Better detection of Opera.</li>\n</ul>\n<p>2014-07-11: Version 2.1.1</p>\n<ul>\n<li>Better detection of mobile devices and platforms.</li>\n</ul>\n<p>2014-06-04: Version 2.1.0</p>\n<ul>\n<li>Added support for IE 11+.</li>\n</ul>\n<p>2013-05-27: Version 2.0.0 which is (almost) a complete rewrite based on Chris Schuld's Browser class version 1.9 plus\nchanges below.</p>\n<ul>\n<li>Added support for Opera Mobile</li>\n<li>Added support for the Windows Phone (formerly Windows Mobile) platform</li>\n<li>Added support for BlackBerry Tablet OS and BlackBerry 10</li>\n<li>Added support for the Symbian platform</li>\n<li>Added support for Bingbot</li>\n<li>Added support for the Yahoo! Multimedia crawler</li>\n<li>Removed iPhone/iPad/iPod browsers since there are not browsers but platforms - test them with getPlatform()</li>\n<li>Removed support for Shiretoko (Firefox 3.5 alpha/beta) and MSN Browser</li>\n<li>Merged Nokia and Nokia S60</li>\n<li>Updated some deprecated browser names</li>\n<li>Many public methods are now protected</li>\n<li>Documentation updated</li>\n</ul>\n<p>2010-07-04:</p>\n<ul>\n<li>Added detection of IE compatibility view - test with getIECompatibilityView()</li>\n<li>Added support for all (deprecated) Netscape versions</li>\n<li>Added support for Safari &lt; 3.0</li>\n<li>Better Firefox version parsing</li>\n<li>Better Opera version parsing</li>\n<li>Better Mozilla detection</li>\n</ul>\n</section>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">version</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                            <span class=\"phpdocumentor-tag-link\">2.9.9</span>\n\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">last-modified</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>March 23, 2025</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">author</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>Alexandre Valiquette, Chris Schuld, Gary White</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">copyright</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>Copyright (c) 2025, Wolfcast</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">license</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>https://spdx.org/licenses/GPL-3.0-only.html</p>\n</section>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">license</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>https://spdx.org/licenses/MIT.html</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://wolfcast.com/\"> https://wolfcast.com/ </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://wolfcast.com/open-source/browser-detection/tutorial.php\"> https://wolfcast.com/open-source/browser-detection/tutorial.php </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://chrisschuld.com/\"> https://chrisschuld.com/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"classes/Wolfcast-BrowserDetection.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n\n\n\n\n\n\n<h4 id=\"toc-constants\">\n    Constants\n    <a href=\"classes/Wolfcast-BrowserDetection.html#toc-constants\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ANDROID\">BROWSER_ANDROID</a>\n    <span>\n        &nbsp;= &#039;Android&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_BLACKBERRY\">BROWSER_BLACKBERRY</a>\n    <span>\n        &nbsp;= &#039;BlackBerry&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_CHROME\">BROWSER_CHROME</a>\n    <span>\n        &nbsp;= &#039;Chrome&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_EDGE\">BROWSER_EDGE</a>\n    <span>\n        &nbsp;= &#039;Edge&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREBIRD\">BROWSER_FIREBIRD</a>\n    <span>\n        &nbsp;= &#039;Firebird&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREFOX\">BROWSER_FIREFOX</a>\n    <span>\n        &nbsp;= &#039;Firefox&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICAB\">BROWSER_ICAB</a>\n    <span>\n        &nbsp;= &#039;iCab&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICECAT\">BROWSER_ICECAT</a>\n    <span>\n        &nbsp;= &#039;GNU IceCat&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICEWEASEL\">BROWSER_ICEWEASEL</a>\n    <span>\n        &nbsp;= &#039;GNU IceWeasel&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE\">BROWSER_IE</a>\n    <span>\n        &nbsp;= &#039;Internet Explorer&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE_MOBILE\">BROWSER_IE_MOBILE</a>\n    <span>\n        &nbsp;= &#039;Internet Explorer Mobile&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_KONQUEROR\">BROWSER_KONQUEROR</a>\n    <span>\n        &nbsp;= &#039;Konqueror&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_LYNX\">BROWSER_LYNX</a>\n    <span>\n        &nbsp;= &#039;Lynx&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MOZILLA\">BROWSER_MOZILLA</a>\n    <span>\n        &nbsp;= &#039;Mozilla&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MSNTV\">BROWSER_MSNTV</a>\n    <span>\n        &nbsp;= &#039;MSN TV&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NETSCAPE\">BROWSER_NETSCAPE</a>\n    <span>\n        &nbsp;= &#039;Netscape&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NOKIA\">BROWSER_NOKIA</a>\n    <span>\n        &nbsp;= &#039;Nokia Browser&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA\">BROWSER_OPERA</a>\n    <span>\n        &nbsp;= &#039;Opera&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MINI\">BROWSER_OPERA_MINI</a>\n    <span>\n        &nbsp;= &#039;Opera Mini&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MOBILE\">BROWSER_OPERA_MOBILE</a>\n    <span>\n        &nbsp;= &#039;Opera Mobile&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_PHOENIX\">BROWSER_PHOENIX</a>\n    <span>\n        &nbsp;= &#039;Phoenix&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAFARI\">BROWSER_SAFARI</a>\n    <span>\n        &nbsp;= &#039;Safari&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAMSUNG\">BROWSER_SAMSUNG</a>\n    <span>\n        &nbsp;= &#039;Samsung Internet&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_TABLET_OS\">BROWSER_TABLET_OS</a>\n    <span>\n        &nbsp;= &#039;BlackBerry Tablet OS&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UC\">BROWSER_UC</a>\n    <span>\n        &nbsp;= &#039;UC Browser&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UNKNOWN\">BROWSER_UNKNOWN</a>\n    <span>\n        &nbsp;= &#039;unknown&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_ANDROID\">PLATFORM_ANDROID</a>\n    <span>\n        &nbsp;= &#039;Android&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_BLACKBERRY\">PLATFORM_BLACKBERRY</a>\n    <span>\n        &nbsp;= &#039;BlackBerry&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_CHROME_OS\">PLATFORM_CHROME_OS</a>\n    <span>\n        &nbsp;= &#039;Chrome OS&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_FREEBSD\">PLATFORM_FREEBSD</a>\n    <span>\n        &nbsp;= &#039;FreeBSD&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_IOS\">PLATFORM_IOS</a>\n    <span>\n        &nbsp;= &#039;iOS&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_LINUX\">PLATFORM_LINUX</a>\n    <span>\n        &nbsp;= &#039;Linux&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_MACINTOSH\">PLATFORM_MACINTOSH</a>\n    <span>\n        &nbsp;= &#039;Macintosh&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NETBSD\">PLATFORM_NETBSD</a>\n    <span>\n        &nbsp;= &#039;NetBSD&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NOKIA\">PLATFORM_NOKIA</a>\n    <span>\n        &nbsp;= &#039;Nokia&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENBSD\">PLATFORM_OPENBSD</a>\n    <span>\n        &nbsp;= &#039;OpenBSD&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENSOLARIS\">PLATFORM_OPENSOLARIS</a>\n    <span>\n        &nbsp;= &#039;OpenSolaris&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_SYMBIAN\">PLATFORM_SYMBIAN</a>\n    <span>\n        &nbsp;= &#039;Symbian&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_UNKNOWN\">PLATFORM_UNKNOWN</a>\n    <span>\n        &nbsp;= &#039;unknown&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_VERSION_UNKNOWN\">PLATFORM_VERSION_UNKNOWN</a>\n    <span>\n        &nbsp;= &#039;unknown&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS\">PLATFORM_WINDOWS</a>\n    <span>\n        &nbsp;= &#039;Windows&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_CE\">PLATFORM_WINDOWS_CE</a>\n    <span>\n        &nbsp;= &#039;Windows CE&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_PHONE\">PLATFORM_WINDOWS_PHONE</a>\n    <span>\n        &nbsp;= &#039;Windows Phone&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_BINGBOT\">ROBOT_BINGBOT</a>\n    <span>\n        &nbsp;= &#039;Bingbot&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_GOOGLEBOT\">ROBOT_GOOGLEBOT</a>\n    <span>\n        &nbsp;= &#039;Googlebot&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_MSNBOT\">ROBOT_MSNBOT</a>\n    <span>\n        &nbsp;= &#039;MSNBot&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_SLURP\">ROBOT_SLURP</a>\n    <span>\n        &nbsp;= &#039;Yahoo! Slurp&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_UNKNOWN\">ROBOT_UNKNOWN</a>\n    <span>\n        &nbsp;= &#039;&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_VERSION_UNKNOWN\">ROBOT_VERSION_UNKNOWN</a>\n    <span>\n        &nbsp;= &#039;&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_W3CVALIDATOR\">ROBOT_W3CVALIDATOR</a>\n    <span>\n        &nbsp;= &#039;W3C Validator&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_YAHOO_MM\">ROBOT_YAHOO_MM</a>\n    <span>\n        &nbsp;= &#039;Yahoo! Multimedia&#039;                            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -constant -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#constant_VERSION_UNKNOWN\">VERSION_UNKNOWN</a>\n    <span>\n        &nbsp;= &#039;unknown&#039;                            </span>\n</dt>\n<dd>Version unknown constant.</dd>\n\n    </dl>\n\n\n<h4 id=\"toc-properties\">\n    Properties\n    <a href=\"classes/Wolfcast-BrowserDetection.html#toc-properties\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__agent\">$_agent</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__browserName\">$_browserName</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewName\">$_compatibilityViewName</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewVer\">$_compatibilityViewVer</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__customBrowserDetection\">$_customBrowserDetection</a>\n    <span>\n                        &nbsp;: array&lt;string|int, mixed&gt;            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__customPlatformDetection\">$_customPlatformDetection</a>\n    <span>\n                        &nbsp;: array&lt;string|int, mixed&gt;            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__customRobotDetection\">$_customRobotDetection</a>\n    <span>\n                        &nbsp;: array&lt;string|int, mixed&gt;            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__is64bit\">$_is64bit</a>\n    <span>\n                        &nbsp;: bool            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__isMobile\">$_isMobile</a>\n    <span>\n                        &nbsp;: bool            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__isRobot\">$_isRobot</a>\n    <span>\n                        &nbsp;: bool            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__platform\">$_platform</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__platformVersion\">$_platformVersion</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__robotName\">$_robotName</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__robotVersion\">$_robotVersion</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -property -private\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#property__version\">$_version</a>\n    <span>\n                        &nbsp;: string            </span>\n</dt>\n\n    </dl>\n\n<h4 id=\"toc-methods\">\n    Methods\n    <a href=\"classes/Wolfcast-BrowserDetection.html#toc-methods\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method___construct\">__construct()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>BrowserDetection class constructor.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method___toString\">__toString()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Determine how the class will react when it is treated like a string.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomBrowserDetection\">addCustomBrowserDetection()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Dynamically add support for a new Web browser.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomPlatformDetection\">addCustomPlatformDetection()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Dynamically add support for a new platform.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomRobotDetection\">addCustomRobotDetection()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Dynamically add support for a new robot.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_compareVersions\">compareVersions()</a>\n    <span>\n                                &nbsp;: int    </span>\n</dt>\n<dd>Compare two version number strings.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getIECompatibilityView\">getIECompatibilityView()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Get the name and version of the browser emulated in the compatibility view mode (if any). Since Internet\nExplorer 8, IE can be put in compatibility mode to make websites that were created for older browsers, especially\nIE 6 and 7, look better in IE 8+ which renders web pages closer to the standards and thus differently from those\nolder versions of IE.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getLibVersion\">getLibVersion()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Return the BrowserDetection class version.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getName\">getName()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the name of the browser. All of the return values are class constants. You can compare them like this:\n$myBrowserInstance-&gt;getName() == BrowserDetection::BROWSER_FIREFOX.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getPlatform\">getPlatform()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the name of the platform family on which the browser is run on (such as Windows, Apple, etc.). All of\nthe return values are class constants. You can compare them like this:\n$myBrowserInstance-&gt;getPlatform() == BrowserDetection::PLATFORM_ANDROID.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getPlatformVersion\">getPlatformVersion()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the platform version on which the browser is run on. It can be returned as a string number like &#039;NT 6.3&#039; or\nas a name like &#039;Windows 8.1&#039;. When returning version string numbers for Windows NT OS families the number is\nprefixed by &#039;NT &#039; to differentiate from older Windows 3.x &amp; 9x release. At the moment only the Windows and\nAndroid operating systems are supported.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getRobotName\">getRobotName()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the name of the robot. All of the return values are class constants. You can compare them like this:\n$myBrowserInstance-&gt;getRobotName() == BrowserDetection::ROBOT_GOOGLEBOT.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getRobotVersion\">getRobotVersion()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the version of the robot.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getUserAgent\">getUserAgent()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the user agent value used by the class to determine the browser details.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_getVersion\">getVersion()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Get the version of the browser.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_is64bitPlatform\">is64bitPlatform()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is executed from a 64-bit platform. Keep in mind that not all platforms/browsers report\nthis and the result may not always be accurate.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_isChromeFrame\">isChromeFrame()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser runs Google Chrome Frame (it&#039;s a plug-in designed for Internet Explorer 6+ based on the\nopen-source Chromium project - it&#039;s like a Chrome browser within IE).</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_isInIECompatibilityView\">isInIECompatibilityView()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is in compatibility view or not. Since Internet Explorer 8, IE can be put in\ncompatibility mode to make websites that were created for older browsers, especially IE 6 and 7, look better in\nIE 8+ which renders web pages closer to the standards and thus differently from those older versions of IE.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_isMobile\">isMobile()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is from a mobile device or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_isRobot\">isRobot()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is a robot (Googlebot, Bingbot, Yahoo! Slurp...) or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomBrowserDetection\">removeCustomBrowserDetection()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Remove support for a previously added Web browser.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomPlatformDetection\">removeCustomPlatformDetection()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Remove support for a previously added platform.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomRobotDetection\">removeCustomRobotDetection()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Remove support for a previously added robot.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -public\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setUserAgent\">setUserAgent()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the user agent to use with the class.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_androidVerToStr\">androidVerToStr()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert the Android version numbers to the operating system name. For instance &#039;1.6&#039; returns &#039;Donut&#039;.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowser\">checkBrowser()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine what is the browser used by the user.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserAndroid\">checkBrowserAndroid()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is the Android browser (based on the WebKit layout engine and coupled with Chrome&#039;s\nJavaScript engine) or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserBlackBerry\">checkBrowserBlackBerry()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is the BlackBerry browser or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserChrome\">checkBrowserChrome()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Chrome or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserCustom\">checkBrowserCustom()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is among the custom browser rules or not. Rules are checked in the order they were\nadded.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserEdge\">checkBrowserEdge()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Edge or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirebird\">checkBrowserFirebird()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Firebird or not. Firebird was the name of Firefox from version 0.6 to 0.7.1.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirefox\">checkBrowserFirefox()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Firefox or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIcab\">checkBrowserIcab()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is iCab or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceCat\">checkBrowserIceCat()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is GNU IceCat (formerly known as GNU IceWeasel) or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceWeasel\">checkBrowserIceWeasel()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is GNU IceWeasel (now know as GNU IceCat) or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserInternetExplorer\">checkBrowserInternetExplorer()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Internet Explorer or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserKonqueror\">checkBrowserKonqueror()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Konqueror or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserLynx\">checkBrowserLynx()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Lynx or not. It is the oldest web browser currently in general use and development.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMozilla\">checkBrowserMozilla()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Mozilla or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMsnTv\">checkBrowserMsnTv()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is MSN TV (formerly WebTV) or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNetscape\">checkBrowserNetscape()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Netscape or not. Official support for this browser ended on March 1st, 2008.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNokia\">checkBrowserNokia()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is a Nokia browser or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserOpera\">checkBrowserOpera()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Opera or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserPhoenix\">checkBrowserPhoenix()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Phoenix or not. Phoenix was the name of Firefox from version 0.1 to 0.5.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSafari\">checkBrowserSafari()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is Safari or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSamsung\">checkBrowserSamsung()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is the Samsung Internet browser or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUAWithVersion\">checkBrowserUAWithVersion()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Test the user agent for a specific browser that use a &quot;Version&quot; string (like Safari and Opera). The user agent\nshould look like: &quot;Version/1.0 Browser name/123.456&quot; or &quot;Browser name/123.456 Version/1.0&quot;.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUC\">checkBrowserUC()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the browser is UC Browser or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatform\">checkPlatform()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Determine the user&#039;s platform.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformCustom\">checkPlatformCustom()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the platform is among the custom platform rules or not. Rules are checked in the order they were\nadded.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformVersion\">checkPlatformVersion()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Determine the user&#039;s platform version.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobot\">checkRobot()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Determine if it&#039;s a robot crawling the page and find it&#039;s name and version.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotBingbot\">checkRobotBingbot()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is the Bingbot crawler or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotCustom\">checkRobotCustom()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is among the custom robot rules or not. Rules are checked in the order they were added.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotGooglebot\">checkRobotGooglebot()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is the Googlebot crawler or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotMsnBot\">checkRobotMsnBot()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is the MSNBot crawler or not. In October 2010 it was replaced by the Bingbot robot.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotSlurp\">checkRobotSlurp()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is the Yahoo! Slurp crawler or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotW3CValidator\">checkRobotW3CValidator()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is the W3C Validator or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotYahooMultimedia\">checkRobotYahooMultimedia()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Determine if the robot is the Yahoo! multimedia crawler or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleBrowserUA\">checkSimpleBrowserUA()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Test the user agent for a specific browser where the browser name is immediately followed by the version number.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleRobot\">checkSimpleRobot()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Test the user agent for a specific robot where the robot name is immediately followed by the version number.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_cleanVersion\">cleanVersion()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Clean a version string from unwanted characters.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_containString\">containString()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Find if one or more substring is contained in a string.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_detect\">detect()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Detect the user environment from the details in the user agent string.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_findAndGetVersion\">findAndGetVersion()</a>\n    <span>\n                                &nbsp;: bool    </span>\n</dt>\n<dd>Test the user agent for a specific browser and extract it&#039;s version.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_iOSVerToStr\">iOSVerToStr()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert the iOS version numbers to the operating system name. For instance &#039;2.0&#039; returns &#039;iPhone OS 2.0&#039;.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_macVerToStr\">macVerToStr()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert the macOS version numbers to the operating system name. For instance &#039;10.7&#039; returns &#039;Mac OS X Lion&#039;.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_parseInt\">parseInt()</a>\n    <span>\n                                &nbsp;: int    </span>\n</dt>\n<dd>Get the integer value of a string variable.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_reset\">reset()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Reset all the properties of the class.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_safariBuildToSafariVer\">safariBuildToSafariVer()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert a Safari build number to a Safari version number.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_set64bit\">set64bit()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set if the browser is executed from a 64-bit platform.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setBrowser\">setBrowser()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the name of the browser.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setMobile\">setMobile()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the browser to be from a mobile device or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatform\">setPlatform()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the platform on which the browser is on.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatformVersion\">setPlatformVersion()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the platform version on which the browser is on.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setRobot\">setRobot()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the browser to be a robot (crawler) or not.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotName\">setRobotName()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the name of the robot.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotVersion\">setRobotVersion()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the version of the robot.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_setVersion\">setVersion()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Set the version of the browser.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_webKitBuildToSafariVer\">webKitBuildToSafariVer()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert a WebKit build number to a Safari version number.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_windowsNTVerToStr\">windowsNTVerToStr()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert the Windows NT family version numbers to the operating system name. For instance &#039;5.1&#039; returns\n&#039;Windows XP&#039;.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_windowsVerToStr\">windowsVerToStr()</a>\n    <span>\n                                &nbsp;: string    </span>\n</dt>\n<dd>Convert the Windows 3.x &amp; 9x family version numbers to the operating system name. For instance &#039;4.10.1998&#039;\nreturns &#039;Windows 98&#039;.</dd>\n\n            <dt class=\"phpdocumentor-table-of-contents__entry -method -protected\">\n    <a class=\"\" href=\"classes/Wolfcast-BrowserDetection.html#method_wordPos\">wordPos()</a>\n    <span>\n                                &nbsp;: mixed    </span>\n</dt>\n<dd>Find the position of the first occurrence of a word in a string.</dd>\n\n    </dl>\n\n\n\n\n    <section class=\"phpdocumentor-constants\">\n        <h3 class=\"phpdocumentor-elements__header\" id=\"constants\">\n            Constants\n            <a href=\"classes/Wolfcast-BrowserDetection.html#constants\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        </h3>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_ANDROID\">\n        BROWSER_ANDROID\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ANDROID\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">175</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.175\" class=\"phpdocumentor-element-found-in__source\" data-line=\"175\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_ANDROID</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Android&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_BLACKBERRY\">\n        BROWSER_BLACKBERRY\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_BLACKBERRY\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">176</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.176\" class=\"phpdocumentor-element-found-in__source\" data-line=\"176\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_BLACKBERRY</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;BlackBerry&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_CHROME\">\n        BROWSER_CHROME\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_CHROME\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">177</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.177\" class=\"phpdocumentor-element-found-in__source\" data-line=\"177\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_CHROME</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Chrome&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_EDGE\">\n        BROWSER_EDGE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_EDGE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">178</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.178\" class=\"phpdocumentor-element-found-in__source\" data-line=\"178\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_EDGE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Edge&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_FIREBIRD\">\n        BROWSER_FIREBIRD\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREBIRD\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">179</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.179\" class=\"phpdocumentor-element-found-in__source\" data-line=\"179\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_FIREBIRD</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Firebird&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_FIREFOX\">\n        BROWSER_FIREFOX\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREFOX\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">180</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.180\" class=\"phpdocumentor-element-found-in__source\" data-line=\"180\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_FIREFOX</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Firefox&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_ICAB\">\n        BROWSER_ICAB\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICAB\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">181</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.181\" class=\"phpdocumentor-element-found-in__source\" data-line=\"181\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_ICAB</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;iCab&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_ICECAT\">\n        BROWSER_ICECAT\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICECAT\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">182</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.182\" class=\"phpdocumentor-element-found-in__source\" data-line=\"182\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_ICECAT</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;GNU IceCat&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_ICEWEASEL\">\n        BROWSER_ICEWEASEL\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICEWEASEL\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">183</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.183\" class=\"phpdocumentor-element-found-in__source\" data-line=\"183\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_ICEWEASEL</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;GNU IceWeasel&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_IE\">\n        BROWSER_IE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">184</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.184\" class=\"phpdocumentor-element-found-in__source\" data-line=\"184\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_IE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Internet Explorer&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_IE_MOBILE\">\n        BROWSER_IE_MOBILE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE_MOBILE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">185</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.185\" class=\"phpdocumentor-element-found-in__source\" data-line=\"185\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_IE_MOBILE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Internet Explorer Mobile&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_KONQUEROR\">\n        BROWSER_KONQUEROR\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_KONQUEROR\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">186</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.186\" class=\"phpdocumentor-element-found-in__source\" data-line=\"186\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_KONQUEROR</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Konqueror&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_LYNX\">\n        BROWSER_LYNX\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_LYNX\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">187</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.187\" class=\"phpdocumentor-element-found-in__source\" data-line=\"187\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_LYNX</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Lynx&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_MOZILLA\">\n        BROWSER_MOZILLA\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MOZILLA\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">188</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.188\" class=\"phpdocumentor-element-found-in__source\" data-line=\"188\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_MOZILLA</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Mozilla&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_MSNTV\">\n        BROWSER_MSNTV\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MSNTV\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">189</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.189\" class=\"phpdocumentor-element-found-in__source\" data-line=\"189\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_MSNTV</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;MSN TV&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_NETSCAPE\">\n        BROWSER_NETSCAPE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NETSCAPE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">190</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.190\" class=\"phpdocumentor-element-found-in__source\" data-line=\"190\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_NETSCAPE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Netscape&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_NOKIA\">\n        BROWSER_NOKIA\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NOKIA\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">191</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.191\" class=\"phpdocumentor-element-found-in__source\" data-line=\"191\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_NOKIA</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Nokia Browser&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_OPERA\">\n        BROWSER_OPERA\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">192</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.192\" class=\"phpdocumentor-element-found-in__source\" data-line=\"192\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_OPERA</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Opera&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_OPERA_MINI\">\n        BROWSER_OPERA_MINI\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MINI\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">193</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.193\" class=\"phpdocumentor-element-found-in__source\" data-line=\"193\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_OPERA_MINI</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Opera Mini&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_OPERA_MOBILE\">\n        BROWSER_OPERA_MOBILE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MOBILE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">194</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.194\" class=\"phpdocumentor-element-found-in__source\" data-line=\"194\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_OPERA_MOBILE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Opera Mobile&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_PHOENIX\">\n        BROWSER_PHOENIX\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_PHOENIX\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">195</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.195\" class=\"phpdocumentor-element-found-in__source\" data-line=\"195\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_PHOENIX</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Phoenix&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_SAFARI\">\n        BROWSER_SAFARI\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAFARI\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">196</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.196\" class=\"phpdocumentor-element-found-in__source\" data-line=\"196\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_SAFARI</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Safari&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_SAMSUNG\">\n        BROWSER_SAMSUNG\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAMSUNG\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">197</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.197\" class=\"phpdocumentor-element-found-in__source\" data-line=\"197\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_SAMSUNG</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Samsung Internet&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_TABLET_OS\">\n        BROWSER_TABLET_OS\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_TABLET_OS\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">198</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.198\" class=\"phpdocumentor-element-found-in__source\" data-line=\"198\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_TABLET_OS</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;BlackBerry Tablet OS&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_UC\">\n        BROWSER_UC\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UC\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">199</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.199\" class=\"phpdocumentor-element-found-in__source\" data-line=\"199\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_UC</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;UC Browser&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_BROWSER_UNKNOWN\">\n        BROWSER_UNKNOWN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UNKNOWN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">200</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.200\" class=\"phpdocumentor-element-found-in__source\" data-line=\"200\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">BROWSER_UNKNOWN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;unknown&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_ANDROID\">\n        PLATFORM_ANDROID\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_ANDROID\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">206</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.206\" class=\"phpdocumentor-element-found-in__source\" data-line=\"206\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_ANDROID</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Android&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_BLACKBERRY\">\n        PLATFORM_BLACKBERRY\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_BLACKBERRY\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">207</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.207\" class=\"phpdocumentor-element-found-in__source\" data-line=\"207\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_BLACKBERRY</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;BlackBerry&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_CHROME_OS\">\n        PLATFORM_CHROME_OS\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_CHROME_OS\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">208</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.208\" class=\"phpdocumentor-element-found-in__source\" data-line=\"208\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_CHROME_OS</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Chrome OS&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_FREEBSD\">\n        PLATFORM_FREEBSD\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_FREEBSD\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">209</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.209\" class=\"phpdocumentor-element-found-in__source\" data-line=\"209\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_FREEBSD</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;FreeBSD&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_IOS\">\n        PLATFORM_IOS\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_IOS\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">210</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.210\" class=\"phpdocumentor-element-found-in__source\" data-line=\"210\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_IOS</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;iOS&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_LINUX\">\n        PLATFORM_LINUX\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_LINUX\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">211</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.211\" class=\"phpdocumentor-element-found-in__source\" data-line=\"211\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_LINUX</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Linux&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_MACINTOSH\">\n        PLATFORM_MACINTOSH\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_MACINTOSH\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">212</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.212\" class=\"phpdocumentor-element-found-in__source\" data-line=\"212\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_MACINTOSH</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Macintosh&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_NETBSD\">\n        PLATFORM_NETBSD\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NETBSD\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">213</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.213\" class=\"phpdocumentor-element-found-in__source\" data-line=\"213\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_NETBSD</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;NetBSD&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_NOKIA\">\n        PLATFORM_NOKIA\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NOKIA\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">214</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.214\" class=\"phpdocumentor-element-found-in__source\" data-line=\"214\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_NOKIA</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Nokia&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_OPENBSD\">\n        PLATFORM_OPENBSD\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENBSD\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">215</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.215\" class=\"phpdocumentor-element-found-in__source\" data-line=\"215\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_OPENBSD</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;OpenBSD&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_OPENSOLARIS\">\n        PLATFORM_OPENSOLARIS\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENSOLARIS\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">216</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.216\" class=\"phpdocumentor-element-found-in__source\" data-line=\"216\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_OPENSOLARIS</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;OpenSolaris&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_SYMBIAN\">\n        PLATFORM_SYMBIAN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_SYMBIAN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">217</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.217\" class=\"phpdocumentor-element-found-in__source\" data-line=\"217\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_SYMBIAN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Symbian&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_UNKNOWN\">\n        PLATFORM_UNKNOWN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_UNKNOWN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">218</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.218\" class=\"phpdocumentor-element-found-in__source\" data-line=\"218\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_UNKNOWN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;unknown&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_VERSION_UNKNOWN\">\n        PLATFORM_VERSION_UNKNOWN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_VERSION_UNKNOWN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">219</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.219\" class=\"phpdocumentor-element-found-in__source\" data-line=\"219\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_VERSION_UNKNOWN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;unknown&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_WINDOWS\">\n        PLATFORM_WINDOWS\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">220</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.220\" class=\"phpdocumentor-element-found-in__source\" data-line=\"220\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_WINDOWS</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Windows&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_WINDOWS_CE\">\n        PLATFORM_WINDOWS_CE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_CE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">221</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.221\" class=\"phpdocumentor-element-found-in__source\" data-line=\"221\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_WINDOWS_CE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Windows CE&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_PLATFORM_WINDOWS_PHONE\">\n        PLATFORM_WINDOWS_PHONE\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_PHONE\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">222</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.222\" class=\"phpdocumentor-element-found-in__source\" data-line=\"222\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">PLATFORM_WINDOWS_PHONE</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Windows Phone&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_BINGBOT\">\n        ROBOT_BINGBOT\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_BINGBOT\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">228</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.228\" class=\"phpdocumentor-element-found-in__source\" data-line=\"228\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_BINGBOT</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Bingbot&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_GOOGLEBOT\">\n        ROBOT_GOOGLEBOT\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_GOOGLEBOT\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">229</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.229\" class=\"phpdocumentor-element-found-in__source\" data-line=\"229\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_GOOGLEBOT</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Googlebot&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_MSNBOT\">\n        ROBOT_MSNBOT\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_MSNBOT\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">230</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.230\" class=\"phpdocumentor-element-found-in__source\" data-line=\"230\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_MSNBOT</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;MSNBot&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_SLURP\">\n        ROBOT_SLURP\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_SLURP\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">231</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.231\" class=\"phpdocumentor-element-found-in__source\" data-line=\"231\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_SLURP</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Yahoo! Slurp&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_UNKNOWN\">\n        ROBOT_UNKNOWN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_UNKNOWN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">232</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.232\" class=\"phpdocumentor-element-found-in__source\" data-line=\"232\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_UNKNOWN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_VERSION_UNKNOWN\">\n        ROBOT_VERSION_UNKNOWN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_VERSION_UNKNOWN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">233</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.233\" class=\"phpdocumentor-element-found-in__source\" data-line=\"233\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_VERSION_UNKNOWN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_W3CVALIDATOR\">\n        ROBOT_W3CVALIDATOR\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_W3CVALIDATOR\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">234</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.234\" class=\"phpdocumentor-element-found-in__source\" data-line=\"234\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_W3CVALIDATOR</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;W3C Validator&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_ROBOT_YAHOO_MM\">\n        ROBOT_YAHOO_MM\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_YAHOO_MM\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">235</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.235\" class=\"phpdocumentor-element-found-in__source\" data-line=\"235\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">ROBOT_YAHOO_MM</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;Yahoo! Multimedia&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n                    <article class=\"phpdocumentor-element -constant -public \">\n    <h4 class=\"phpdocumentor-element__name\" id=\"constant_VERSION_UNKNOWN\">\n        VERSION_UNKNOWN\n        <a href=\"classes/Wolfcast-BrowserDetection.html#constant_VERSION_UNKNOWN\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">241</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.241\" class=\"phpdocumentor-element-found-in__source\" data-line=\"241\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Version unknown constant.</p>\n\n\n    <code class=\"phpdocumentor-signature phpdocumentor-code \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n        <span class=\"phpdocumentor-signature__type\">mixed</span>\n    <span class=\"phpdocumentor-signature__name\">VERSION_UNKNOWN</span>\n    = <span class=\"phpdocumentor-signature__default-value\">&#039;unknown&#039;</span>\n</code>\n\n\n\n\n\n\n\n\n</article>\n            </section>\n\n\n    <section class=\"phpdocumentor-properties\">\n        <h3 class=\"phpdocumentor-elements__header\" id=\"properties\">\n            Properties\n            <a href=\"classes/Wolfcast-BrowserDetection.html#properties\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        </h3>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__agent\">\n        $_agent\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__agent\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">248</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.248\" class=\"phpdocumentor-element-found-in__source\" data-line=\"248\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_agent</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__agent#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__browserName\">\n        $_browserName\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__browserName\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">254</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.254\" class=\"phpdocumentor-element-found-in__source\" data-line=\"254\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_browserName</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__browserName#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__compatibilityViewName\">\n        $_compatibilityViewName\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewName\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">260</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.260\" class=\"phpdocumentor-element-found-in__source\" data-line=\"260\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_compatibilityViewName</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewName#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__compatibilityViewVer\">\n        $_compatibilityViewVer\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewVer\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">266</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.266\" class=\"phpdocumentor-element-found-in__source\" data-line=\"266\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_compatibilityViewVer</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewVer#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__customBrowserDetection\">\n        $_customBrowserDetection\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__customBrowserDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">272</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.272\" class=\"phpdocumentor-element-found-in__source\" data-line=\"272\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">array&lt;string|int, mixed&gt;</span>\n    <span class=\"phpdocumentor-signature__name\">$_customBrowserDetection</span>\n     = <span class=\"phpdocumentor-signature__default-value\">array()</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__customBrowserDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__customPlatformDetection\">\n        $_customPlatformDetection\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__customPlatformDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">278</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.278\" class=\"phpdocumentor-element-found-in__source\" data-line=\"278\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">array&lt;string|int, mixed&gt;</span>\n    <span class=\"phpdocumentor-signature__name\">$_customPlatformDetection</span>\n     = <span class=\"phpdocumentor-signature__default-value\">array()</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__customPlatformDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__customRobotDetection\">\n        $_customRobotDetection\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__customRobotDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">284</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.284\" class=\"phpdocumentor-element-found-in__source\" data-line=\"284\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">array&lt;string|int, mixed&gt;</span>\n    <span class=\"phpdocumentor-signature__name\">$_customRobotDetection</span>\n     = <span class=\"phpdocumentor-signature__default-value\">array()</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__customRobotDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__is64bit\">\n        $_is64bit\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__is64bit\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">290</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.290\" class=\"phpdocumentor-element-found-in__source\" data-line=\"290\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">bool</span>\n    <span class=\"phpdocumentor-signature__name\">$_is64bit</span>\n     = <span class=\"phpdocumentor-signature__default-value\">false</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__is64bit#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__isMobile\">\n        $_isMobile\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__isMobile\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">296</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.296\" class=\"phpdocumentor-element-found-in__source\" data-line=\"296\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">bool</span>\n    <span class=\"phpdocumentor-signature__name\">$_isMobile</span>\n     = <span class=\"phpdocumentor-signature__default-value\">false</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__isMobile#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__isRobot\">\n        $_isRobot\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__isRobot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">302</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.302\" class=\"phpdocumentor-element-found-in__source\" data-line=\"302\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">bool</span>\n    <span class=\"phpdocumentor-signature__name\">$_isRobot</span>\n     = <span class=\"phpdocumentor-signature__default-value\">false</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__isRobot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__platform\">\n        $_platform\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__platform\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">308</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.308\" class=\"phpdocumentor-element-found-in__source\" data-line=\"308\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_platform</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__platform#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__platformVersion\">\n        $_platformVersion\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__platformVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">314</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.314\" class=\"phpdocumentor-element-found-in__source\" data-line=\"314\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_platformVersion</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__platformVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__robotName\">\n        $_robotName\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__robotName\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">320</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.320\" class=\"phpdocumentor-element-found-in__source\" data-line=\"320\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_robotName</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__robotName#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__robotVersion\">\n        $_robotVersion\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__robotVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">326</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.326\" class=\"phpdocumentor-element-found-in__source\" data-line=\"326\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_robotVersion</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__robotVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n                    <article\n        class=\"\n            phpdocumentor-element\n            -property\n            -private\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"property__version\">\n        $_version\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__version\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        <span class=\"phpdocumentor-element__modifiers\">\n                                </span>\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">332</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.332\" class=\"phpdocumentor-element-found-in__source\" data-line=\"332\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">private</span>\n        <span class=\"phpdocumentor-signature__type\">string</span>\n    <span class=\"phpdocumentor-signature__name\">$_version</span>\n     = <span class=\"phpdocumentor-signature__default-value\">&#039;&#039;</span></code>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#property__version#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>private</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n</article>\n            </section>\n\n            <section class=\"phpdocumentor-methods\">\n        <h3 class=\"phpdocumentor-elements__header\" id=\"methods\">\n            Methods\n            <a href=\"classes/Wolfcast-BrowserDetection.html#methods\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n        </h3>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method___construct\">\n        __construct()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method___construct\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">343</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.343\" class=\"phpdocumentor-element-found-in__source\" data-line=\"343\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">BrowserDetection class constructor.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">__construct</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$useragent</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$useragent</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The user agent to work with. Leave empty for the current user agent\n(contained in $_SERVER['HTTP_USER_AGENT']).</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method___toString\">\n        __toString()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method___toString\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">352</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.352\" class=\"phpdocumentor-element-found-in__source\" data-line=\"352\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine how the class will react when it is treated like a string.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">__toString</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns an HTML formatted string with a summary of the browser informations.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_addCustomBrowserDetection\">\n        addCustomBrowserDetection()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomBrowserDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">397</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.397\" class=\"phpdocumentor-element-found-in__source\" data-line=\"397\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Dynamically add support for a new Web browser.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">addCustomBrowserDetection</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$browserName</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isMobile</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$separator</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$browserName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The Web browser name (used for display).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The string (or array of strings) representing the browser name to find\nin the user agent. If omitted, $browserName will be used.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isMobile</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the browser is from a mobile device.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$separator</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The separator string used to split the browser name and the version number in\nthe user agent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the browser name to find should match a word instead of\na part of a word. For example &quot;Bar&quot; would not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;.\nWhen set to false, the browser name can be found anywhere in the user agent string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomBrowserDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\removeCustomBrowserDetection()\">removeCustomBrowserDetection()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the custom rule has been added, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_addCustomPlatformDetection\">\n        addCustomPlatformDetection()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomPlatformDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">424</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.424\" class=\"phpdocumentor-element-found-in__source\" data-line=\"424\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Dynamically add support for a new platform.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">addCustomPlatformDetection</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$platformName</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$platformNameToLookFor</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isMobile</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$platformName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The platform name (used for display).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$platformNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The string (or array of strings) representing the platform name to\nfind in the user agent. If omitted, $platformName will be used.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isMobile</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the platform is from a mobile device.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the platform name to find should match a word instead of\na part of a word. For example &quot;Bar&quot; would not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomPlatformDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\removeCustomPlatformDetection()\">removeCustomPlatformDetection()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the custom rule has been added, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_addCustomRobotDetection\">\n        addCustomRobotDetection()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomRobotDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">455</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.455\" class=\"phpdocumentor-element-found-in__source\" data-line=\"455\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Dynamically add support for a new robot.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">addCustomRobotDetection</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$robotName</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isMobile</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$separator</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$robotName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The robot name (used for display).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The string (or array of strings) representing the robot name to find\nin the user agent. If omitted, $robotName will be used.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isMobile</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the robot should be considered as mobile or not.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$separator</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The separator string used to split the robot name and the version number in\nthe user agent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the robot name to find should match a word instead of\na part of a word. For example &quot;Bar&quot; would not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;.\nWhen set to false, the robot name can be found anywhere in the user agent string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomRobotDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\removeCustomRobotDetection()\">removeCustomRobotDetection()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the custom rule has been added, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_compareVersions\">\n        compareVersions()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_compareVersions\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">478</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.478\" class=\"phpdocumentor-element-found-in__source\" data-line=\"478\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Compare two version number strings.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">compareVersions</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$sourceVer</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$compareVer</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">int</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$sourceVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The source version number.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$compareVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The version number to compare with the source version number.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">int</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns -1 if $sourceVer &lt; $compareVer, 0 if $sourceVer == $compareVer or 1 if $sourceVer &gt;\n$compareVer.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getIECompatibilityView\">\n        getIECompatibilityView()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getIECompatibilityView\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">525</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.525\" class=\"phpdocumentor-element-found-in__source\" data-line=\"525\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the name and version of the browser emulated in the compatibility view mode (if any). Since Internet\nExplorer 8, IE can be put in compatibility mode to make websites that were created for older browsers, especially\nIE 6 and 7, look better in IE 8+ which renders web pages closer to the standards and thus differently from those\nolder versions of IE.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getIECompatibilityView</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$asArray</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$asArray</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the return value must be an array (true) or a string (false).</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">mixed</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>If a string was requested, the function returns the name and version of the browser emulated in\nthe compatibility view mode or an empty string if the browser is not in compatibility view mode. If an array was\nrequested, an array with the keys 'browser' and 'version' is returned.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getLibVersion\">\n        getLibVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getLibVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">538</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.538\" class=\"phpdocumentor-element-found-in__source\" data-line=\"538\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Return the BrowserDetection class version.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getLibVersion</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the version as a sting with the #.#.# format.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getName\">\n        getName()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getName\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">548</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.548\" class=\"phpdocumentor-element-found-in__source\" data-line=\"548\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the name of the browser. All of the return values are class constants. You can compare them like this:\n$myBrowserInstance-&gt;getName() == BrowserDetection::BROWSER_FIREFOX.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getName</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the name of the browser or BrowserDetection::BROWSER_UNKNOWN if unknown.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getPlatform\">\n        getPlatform()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getPlatform\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">559</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.559\" class=\"phpdocumentor-element-found-in__source\" data-line=\"559\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the name of the platform family on which the browser is run on (such as Windows, Apple, etc.). All of\nthe return values are class constants. You can compare them like this:\n$myBrowserInstance-&gt;getPlatform() == BrowserDetection::PLATFORM_ANDROID.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getPlatform</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the name of the platform or BrowserDetection::PLATFORM_UNKNOWN if unknown.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getPlatformVersion\">\n        getPlatformVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getPlatformVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">577</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.577\" class=\"phpdocumentor-element-found-in__source\" data-line=\"577\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the platform version on which the browser is run on. It can be returned as a string number like &#039;NT 6.3&#039; or\nas a name like &#039;Windows 8.1&#039;. When returning version string numbers for Windows NT OS families the number is\nprefixed by &#039;NT &#039; to differentiate from older Windows 3.x &amp; 9x release. At the moment only the Windows and\nAndroid operating systems are supported.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getPlatformVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$returnVersionNumbers</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$returnServerFlavor</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$returnVersionNumbers</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the return value must be versions numbers as a\nstring (true) or the version name (false).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$returnServerFlavor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Since some Windows NT versions have the same values, this flag\ndetermines if the Server flavor is returned or not. For instance Windows 8.1 and Windows Server 2012 R2 both use\nversion 6.3. This parameter is only useful when testing for Windows.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the version name/version numbers of the platform or the constant PLATFORM_VERSION_UNKNOWN\nif unknown.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getRobotName\">\n        getRobotName()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getRobotName\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">614</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.614\" class=\"phpdocumentor-element-found-in__source\" data-line=\"614\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the name of the robot. All of the return values are class constants. You can compare them like this:\n$myBrowserInstance-&gt;getRobotName() == BrowserDetection::ROBOT_GOOGLEBOT.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getRobotName</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the name of the robot or BrowserDetection::ROBOT_UNKNOWN if unknown.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getRobotVersion\">\n        getRobotVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getRobotVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">623</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.623\" class=\"phpdocumentor-element-found-in__source\" data-line=\"623\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the version of the robot.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getRobotVersion</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the version of the robot or BrowserDetection::ROBOT_VERSION_UNKNOWN if unknown.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getUserAgent\">\n        getUserAgent()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getUserAgent\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">632</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.632\" class=\"phpdocumentor-element-found-in__source\" data-line=\"632\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the user agent value used by the class to determine the browser details.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getUserAgent</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The user agent string.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_getVersion\">\n        getVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_getVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">641</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.641\" class=\"phpdocumentor-element-found-in__source\" data-line=\"641\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the version of the browser.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">getVersion</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the version of the browser or BrowserDetection::VERSION_UNKNOWN if unknown.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_is64bitPlatform\">\n        is64bitPlatform()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_is64bitPlatform\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">651</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.651\" class=\"phpdocumentor-element-found-in__source\" data-line=\"651\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is executed from a 64-bit platform. Keep in mind that not all platforms/browsers report\nthis and the result may not always be accurate.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">is64bitPlatform</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is executed from a 64-bit platform.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_isChromeFrame\">\n        isChromeFrame()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_isChromeFrame\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">661</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.661\" class=\"phpdocumentor-element-found-in__source\" data-line=\"661\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser runs Google Chrome Frame (it&#039;s a plug-in designed for Internet Explorer 6+ based on the\nopen-source Chromium project - it&#039;s like a Chrome browser within IE).</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">isChromeFrame</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is using Google Chrome Frame, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_isInIECompatibilityView\">\n        isInIECompatibilityView()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_isInIECompatibilityView\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">672</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.672\" class=\"phpdocumentor-element-found-in__source\" data-line=\"672\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is in compatibility view or not. Since Internet Explorer 8, IE can be put in\ncompatibility mode to make websites that were created for older browsers, especially IE 6 and 7, look better in\nIE 8+ which renders web pages closer to the standards and thus differently from those older versions of IE.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">isInIECompatibilityView</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is in compatibility view, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_isMobile\">\n        isMobile()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_isMobile\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">681</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.681\" class=\"phpdocumentor-element-found-in__source\" data-line=\"681\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is from a mobile device or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">isMobile</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is from a mobile device, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_isRobot\">\n        isRobot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_isRobot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">690</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.690\" class=\"phpdocumentor-element-found-in__source\" data-line=\"690\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is a robot (Googlebot, Bingbot, Yahoo! Slurp...) or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">isRobot</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is a robot, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_removeCustomBrowserDetection\">\n        removeCustomBrowserDetection()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomBrowserDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">701</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.701\" class=\"phpdocumentor-element-found-in__source\" data-line=\"701\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Remove support for a previously added Web browser.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">removeCustomBrowserDetection</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$browserName</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$browserName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The Web browser name as used when added.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomBrowserDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\addCustomBrowserDetection()\">addCustomBrowserDetection()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the custom rule has been found and removed, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_removeCustomPlatformDetection\">\n        removeCustomPlatformDetection()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomPlatformDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">717</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.717\" class=\"phpdocumentor-element-found-in__source\" data-line=\"717\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Remove support for a previously added platform.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">removeCustomPlatformDetection</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$platformName</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$platformName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The platform name as used when added.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomPlatformDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\addCustomPlatformDetection()\">addCustomPlatformDetection()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the custom rule has been found and removed, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_removeCustomRobotDetection\">\n        removeCustomRobotDetection()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomRobotDetection\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">733</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.733\" class=\"phpdocumentor-element-found-in__source\" data-line=\"733\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Remove support for a previously added robot.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">removeCustomRobotDetection</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$robotName</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$robotName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The robot name as used when added.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomRobotDetection#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\addCustomRobotDetection()\">addCustomRobotDetection()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the custom rule has been found and removed, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -public\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setUserAgent\">\n        setUserAgent()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setUserAgent\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">748</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.748\" class=\"phpdocumentor-element-found-in__source\" data-line=\"748\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the user agent to use with the class.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">public</span>\n                    <span class=\"phpdocumentor-signature__name\">setUserAgent</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$agentString</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$agentString</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The value of the user agent. If an empty string is sent (default),\n$_SERVER['HTTP_USER_AGENT'] will be used.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_androidVerToStr\">\n        androidVerToStr()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_androidVerToStr\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">782</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.782\" class=\"phpdocumentor-element-found-in__source\" data-line=\"782\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert the Android version numbers to the operating system name. For instance &#039;1.6&#039; returns &#039;Donut&#039;.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">androidVerToStr</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$androidVer</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$androidVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The Android version numbers as a string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_androidVerToStr#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\nnumbers.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowser\">\n        checkBrowser()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowser\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1247</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1247\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1247\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine what is the browser used by the user.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowser</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowser#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser has been identified, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserAndroid\">\n        checkBrowserAndroid()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserAndroid\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">831</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.831\" class=\"phpdocumentor-element-found-in__source\" data-line=\"831\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is the Android browser (based on the WebKit layout engine and coupled with Chrome&#039;s\nJavaScript engine) or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserAndroid</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserAndroid#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is the Android browser, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserBlackBerry\">\n        checkBrowserBlackBerry()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserBlackBerry\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">843</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.843\" class=\"phpdocumentor-element-found-in__source\" data-line=\"843\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is the BlackBerry browser or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserBlackBerry</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserBlackBerry#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://web.archive.org/web/20170328000854/http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862\"> https://web.archive.org/web/20170328000854/http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862 </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is the BlackBerry browser, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserChrome\">\n        checkBrowserChrome()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserChrome\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">879</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.879\" class=\"phpdocumentor-element-found-in__source\" data-line=\"879\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Chrome or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserChrome</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserChrome#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.google.com/chrome/\"> https://www.google.com/chrome/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Chrome, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserCustom\">\n        checkBrowserCustom()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserCustom\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">890</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.890\" class=\"phpdocumentor-element-found-in__source\" data-line=\"890\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is among the custom browser rules or not. Rules are checked in the order they were\nadded.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserCustom</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserCustom#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the browser we were looking for in the custom rules, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserEdge\">\n        checkBrowserEdge()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserEdge\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">909</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.909\" class=\"phpdocumentor-element-found-in__source\" data-line=\"909\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Edge or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserEdge</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserEdge#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Edge, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserFirebird\">\n        checkBrowserFirebird()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirebird\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">919</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.919\" class=\"phpdocumentor-element-found-in__source\" data-line=\"919\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Firebird or not. Firebird was the name of Firefox from version 0.6 to 0.7.1.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserFirebird</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirebird#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Firebird, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserFirefox\">\n        checkBrowserFirefox()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirefox\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">930</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.930\" class=\"phpdocumentor-element-found-in__source\" data-line=\"930\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Firefox or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserFirefox</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirefox#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.mozilla.org/en-US/firefox/new/\"> https://www.mozilla.org/en-US/firefox/new/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Firefox, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserIcab\">\n        checkBrowserIcab()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIcab\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">952</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.952\" class=\"phpdocumentor-element-found-in__source\" data-line=\"952\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is iCab or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserIcab</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIcab#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"http://www.icab.de/\"> http://www.icab.de/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is iCab, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserIceCat\">\n        checkBrowserIceCat()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceCat\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">964</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.964\" class=\"phpdocumentor-element-found-in__source\" data-line=\"964\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is GNU IceCat (formerly known as GNU IceWeasel) or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserIceCat</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceCat#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.gnu.org/software/gnuzilla/\"> https://www.gnu.org/software/gnuzilla/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is GNU IceCat, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserIceWeasel\">\n        checkBrowserIceWeasel()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceWeasel\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">975</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.975\" class=\"phpdocumentor-element-found-in__source\" data-line=\"975\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is GNU IceWeasel (now know as GNU IceCat) or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserIceWeasel</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceWeasel#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\checkBrowserIceCat()\">checkBrowserIceCat()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is GNU IceWeasel, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserInternetExplorer\">\n        checkBrowserInternetExplorer()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserInternetExplorer\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">987</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.987\" class=\"phpdocumentor-element-found-in__source\" data-line=\"987\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Internet Explorer or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserInternetExplorer</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserInternetExplorer#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://en.wikipedia.org/wiki/Internet_Explorer\"> https://en.wikipedia.org/wiki/Internet_Explorer </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://en.wikipedia.org/wiki/Internet_Explorer_Mobile\"> https://en.wikipedia.org/wiki/Internet_Explorer_Mobile </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Internet Explorer, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserKonqueror\">\n        checkBrowserKonqueror()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserKonqueror\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1078</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1078\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1078\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Konqueror or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserKonqueror</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserKonqueror#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.konqueror.org/\"> https://www.konqueror.org/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Konqueror, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserLynx\">\n        checkBrowserLynx()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserLynx\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1090</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1090\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1090\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Lynx or not. It is the oldest web browser currently in general use and development.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserLynx</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n        <section class=\"phpdocumentor-description\"><p>It is a text-based only Web browser.</p>\n</section>\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserLynx#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://en.wikipedia.org/wiki/Lynx_(web_browser)\"> https://en.wikipedia.org/wiki/Lynx_(web_browser) </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Lynx, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserMozilla\">\n        checkBrowserMozilla()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMozilla\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1100</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1100\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1100\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Mozilla or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserMozilla</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMozilla#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Mozilla, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserMsnTv\">\n        checkBrowserMsnTv()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMsnTv\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1111</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1111\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1111\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is MSN TV (formerly WebTV) or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserMsnTv</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMsnTv#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://en.wikipedia.org/wiki/MSN_TV\"> https://en.wikipedia.org/wiki/MSN_TV </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is WebTv, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserNetscape\">\n        checkBrowserNetscape()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNetscape\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1122</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1122\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1122\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Netscape or not. Official support for this browser ended on March 1st, 2008.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserNetscape</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNetscape#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://en.wikipedia.org/wiki/Netscape\"> https://en.wikipedia.org/wiki/Netscape </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Netscape, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserNokia\">\n        checkBrowserNokia()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNokia\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1175</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1175\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1175\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is a Nokia browser or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserNokia</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNokia#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://web.archive.org/web/20141012034159/http://www.developer.nokia.com/Community/Wiki/User-Agent_headers_for_Nokia_devices\"> https://web.archive.org/web/20141012034159/http://www.developer.nokia.com/Community/Wiki/User-Agent_headers_for_Nokia_devices </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is a Nokia browser, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserOpera\">\n        checkBrowserOpera()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserOpera\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1201</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1201\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1201\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Opera or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserOpera</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserOpera#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.opera.com/\"> https://www.opera.com/ </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.opera.com/mobile/\"> https://www.opera.com/mobile/ </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://web.archive.org/web/20140220123653/http://my.opera.com/community/openweb/idopera/\"> https://web.archive.org/web/20140220123653/http://my.opera.com/community/openweb/idopera/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Opera, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserPhoenix\">\n        checkBrowserPhoenix()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserPhoenix\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1237</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1237\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1237\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Phoenix or not. Phoenix was the name of Firefox from version 0.1 to 0.5.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserPhoenix</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserPhoenix#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Phoenix, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserSafari\">\n        checkBrowserSafari()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSafari\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1289</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1289\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1289\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is Safari or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserSafari</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSafari#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.apple.com/safari/\"> https://www.apple.com/safari/ </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\"> https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://en.wikipedia.org/wiki/Safari_version_history#Release_history\"> https://en.wikipedia.org/wiki/Safari_version_history#Release_history </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is Safari, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserSamsung\">\n        checkBrowserSamsung()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSamsung\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1328</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1328\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1328\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is the Samsung Internet browser or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserSamsung</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSamsung#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is the the Samsung Internet browser, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserUAWithVersion\">\n        checkBrowserUAWithVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUAWithVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1347</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1347\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1347\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Test the user agent for a specific browser that use a &quot;Version&quot; string (like Safari and Opera). The user agent\nshould look like: &quot;Version/1.0 Browser name/123.456&quot; or &quot;Browser name/123.456 Version/1.0&quot;.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserUAWithVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$userAgent</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$browserName</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isMobile</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$findWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string (or array of strings) representing the browser name to find in the user\nagent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$userAgent</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The user agent string to work with.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$browserName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The literal browser name. Always use a class constant!</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isMobile</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the browser is from a mobile device.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$findWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the needle should match a word to be found. For example &quot;Bar&quot;\nwould not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;. When set to false, the needle can be\nfound anywhere in the haystack.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUAWithVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the browser we were looking for, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkBrowserUC\">\n        checkBrowserUC()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUC\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1379</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1379\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1379\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the browser is UC Browser or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkBrowserUC</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUC#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the browser is UC Browser, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkPlatform\">\n        checkPlatform()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatform\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1388</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1388\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1388\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine the user&#039;s platform.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkPlatform</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatform#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkPlatformCustom\">\n        checkPlatformCustom()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformCustom\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1458</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1458\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1458\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the platform is among the custom platform rules or not. Rules are checked in the order they were\nadded.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkPlatformCustom</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformCustom#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the platform we were looking for in the custom rules, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkPlatformVersion\">\n        checkPlatformVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1480</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1480\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1480\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine the user&#039;s platform version.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkPlatformVersion</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobot\">\n        checkRobot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1591</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1591\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1591\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if it&#039;s a robot crawling the page and find it&#039;s name and version.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobot</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotBingbot\">\n        checkRobotBingbot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotBingbot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1553</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1553\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1553\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is the Bingbot crawler or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotBingbot</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotBingbot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0\"> https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0 </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the robot is Bingbot, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotCustom\">\n        checkRobotCustom()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotCustom\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1607</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1607\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1607\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is among the custom robot rules or not. Rules are checked in the order they were added.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotCustom</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotCustom#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the robot we were looking for in the custom rules, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotGooglebot\">\n        checkRobotGooglebot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotGooglebot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1563</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1563\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1563\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is the Googlebot crawler or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotGooglebot</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotGooglebot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the robot is Googlebot, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotMsnBot\">\n        checkRobotMsnBot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotMsnBot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1582</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1582\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1582\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is the MSNBot crawler or not. In October 2010 it was replaced by the Bingbot robot.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotMsnBot</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotMsnBot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">see</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                    <span class=\"phpdocumentor-tag-link\"><abbr title=\"\\Wolfcast\\checkRobotBingbot()\">checkRobotBingbot()</abbr></span>\n\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the robot is MSNBot, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotSlurp\">\n        checkRobotSlurp()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotSlurp\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1627</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1627\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1627\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is the Yahoo! Slurp crawler or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotSlurp</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotSlurp#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the robot is Yahoo! Slurp, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotW3CValidator\">\n        checkRobotW3CValidator()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotW3CValidator\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1638</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1638\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1638\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is the W3C Validator or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotW3CValidator</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotW3CValidator#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://validator.w3.org/\"> https://validator.w3.org/ </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the robot is the W3C Validator, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkRobotYahooMultimedia\">\n        checkRobotYahooMultimedia()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotYahooMultimedia\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1675</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1675\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1675\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Determine if the robot is the Yahoo! multimedia crawler or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkRobotYahooMultimedia</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotYahooMultimedia#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the robot is the Yahoo! multimedia crawler, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkSimpleBrowserUA\">\n        checkSimpleBrowserUA()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleBrowserUA\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1696</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1696\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1696\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Test the user agent for a specific browser where the browser name is immediately followed by the version number.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkSimpleBrowserUA</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$userAgent</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$browserName</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isMobile</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$separator</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n        <section class=\"phpdocumentor-description\"><p>The user agent should look like: &quot;Browser name/1.0&quot; or &quot;Browser 1.0;&quot;.</p>\n</section>\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string (or array of strings) representing the browser name to find in the user\nagent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$userAgent</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The user agent string to work with.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$browserName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The literal browser name. Always use a class constant!</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isMobile</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the browser is from a mobile device.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$separator</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The separator string used to split the browser name and the version number in\nthe user agent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the browser name to find should match a word instead of\na part of a word. For example &quot;Bar&quot; would not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;.\nWhen set to false, the browser name can be found anywhere in the user agent string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleBrowserUA#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the browser we were looking for, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_checkSimpleRobot\">\n        checkSimpleRobot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleRobot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1725</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1725\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1725\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Test the user agent for a specific robot where the robot name is immediately followed by the version number.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">checkSimpleRobot</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$userAgent</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$robotName</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$separator</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n        <section class=\"phpdocumentor-description\"><p>The user agent should look like: &quot;Robot name/1.0&quot; or &quot;Robot 1.0;&quot;.</p>\n</section>\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string (or array of strings) representing the robot name to find in the user\nagent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$userAgent</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The user agent string to work with.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$robotName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The literal robot name. Always use a class constant!</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$separator</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The separator string used to split the robot name and the version number in\nthe user agent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the robot name to find should match a word instead of\na part of a word. For example &quot;Bar&quot; would not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;.\nWhen set to false, the robot name can be found anywhere in the user agent string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleRobot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the robot we were looking for, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_cleanVersion\">\n        cleanVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_cleanVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1745</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1745\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1745\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Clean a version string from unwanted characters.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">cleanVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$version</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$toRemove</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">NULL</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$version</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The version string to clean.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$toRemove</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">NULL</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) String or array of strings representing additional string(s) to remove.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_cleanVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the cleaned version number string.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_containString\">\n        containString()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_containString\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1793</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1793\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1793\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Find if one or more substring is contained in a string.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">containString</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$haystack</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">mixed&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$needle</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$insensitive</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$findWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">int&nbsp;</span><span class=\"phpdocumentor-signature__argument__reference-operator\">&amp;</span><span class=\"phpdocumentor-signature__argument__name\">$foundPos</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">NULL</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$haystack</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string to search in.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$needle</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">mixed</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string to search for. Can be a string or an array of strings if multiples values are to\nbe searched.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$insensitive</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if we do a case-sensitive search (false) or a case-insensitive\none (true).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$findWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the needle should match a word to be found. For example &quot;Bar&quot;\nwould not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;. When set to false, the needle can be\nfound anywhere in the haystack.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$foundPos</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">int</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">NULL</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Integer buffer that will contain the position of the needle (if found and if a\nnon NULL variable has been passed).</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_containString#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if the needle (or one of the needles) has been found in the haystack, false\notherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_detect\">\n        detect()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_detect\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1825</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1825\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1825\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Detect the user environment from the details in the user agent string.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">detect</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_detect#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_findAndGetVersion\">\n        findAndGetVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_findAndGetVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1846</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1846\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1846\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Test the user agent for a specific browser and extract it&#039;s version.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">findAndGetVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr>&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr>&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$userAgent</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr>&nbsp;</span><span class=\"phpdocumentor-signature__argument__reference-operator\">&amp;</span><span class=\"phpdocumentor-signature__argument__name\">$version</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr>&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$separator</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr>&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">bool</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameToLookFor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr></span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string (or array of strings) representing the browser name to find in the user\nagent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$userAgent</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr></span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The user agent string to work with.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$version</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr></span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>String buffer that will contain the version found (if any).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$separator</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr></span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">&#039;/&#039;</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) The separator string used to split the browser name and the version number in\nthe user agent.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$uaNameFindWords</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\"><abbr title=\"\\Wolfcast\\type\">type</abbr></span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if the browser name to find should match a word instead of\na part of a word. For example &quot;Bar&quot; would not be found in &quot;FooBar&quot; when true but would be found in &quot;Foo Bar&quot;.\nWhen set to false, the browser name can be found anywhere in the user agent string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_findAndGetVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">bool</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns true if we found the browser we were looking for, false otherwise.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_iOSVerToStr\">\n        iOSVerToStr()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_iOSVerToStr\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1880</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1880\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1880\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert the iOS version numbers to the operating system name. For instance &#039;2.0&#039; returns &#039;iPhone OS 2.0&#039;.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">iOSVerToStr</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$iOSVer</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$iOSVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The iOS version numbers as a string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_iOSVerToStr#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The operating system name.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_macVerToStr\">\n        macVerToStr()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_macVerToStr\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1913</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1913\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1913\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert the macOS version numbers to the operating system name. For instance &#039;10.7&#039; returns &#039;Mac OS X Lion&#039;.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">macVerToStr</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$macVer</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n        <section class=\"phpdocumentor-description\"><p>Firefox, Safari and Chromium development teams have discovered a long tail of websites broken when reporting\n&quot;Mac OS X 11&quot; in the user agent string. In order to slightly improve user privacy as well as Web compatibility,\nthey all capped the reported macOS version to 10.15 (Catalina) in the user agent string.</p>\n<p>Firefox reported macOS version is capped at 10.15 since Firefox 87 (March 23, 2021). This change has been also\nbackported in Firefox 78.9.0esr (March 23, 2021).</p>\n<p>Safari reported macOS version is capped at 10.15.7 since Safari 14.1 (April 26, 2021).</p>\n<p>Chromium reported macOS version is capped at 10.15.7 since Chromium 91.0.4437.0 (May 25, 2021).</p>\n<p>See below links for more details.</p>\n</section>\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$macVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The macOS version numbers as a string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_macVerToStr#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=1679929\"> https://bugzilla.mozilla.org/show_bug.cgi?id=1679929 </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://github.com/WebKit/WebKit/commit/94d3ce0900c31c929798e91ea86dcfe604251a9e\"> https://github.com/WebKit/WebKit/commit/94d3ce0900c31c929798e91ea86dcfe604251a9e </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://github.com/WebKit/WebKit/commit/a46b2c6dd07fab463f1b2353c5d5b2ff43000f58\"> https://github.com/WebKit/WebKit/commit/a46b2c6dd07fab463f1b2353c5d5b2ff43000f58 </a>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://chromiumdash.appspot.com/commit/a632542e79f2589e1b3f470827c7d03092be0afb\"> https://chromiumdash.appspot.com/commit/a632542e79f2589e1b3f470827c7d03092be0afb </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\nnumbers.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_parseInt\">\n        parseInt()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_parseInt\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1972</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1972\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1972\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Get the integer value of a string variable.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">parseInt</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$intStr</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">int</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$intStr</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The scalar value being converted to an integer.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_parseInt#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">int</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The integer value of $intStr on success, or 0 on failure.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_reset\">\n        reset()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_reset\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">1981</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.1981\" class=\"phpdocumentor-element-found-in__source\" data-line=\"1981\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Reset all the properties of the class.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">reset</span><span>(</span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_reset#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_safariBuildToSafariVer\">\n        safariBuildToSafariVer()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_safariBuildToSafariVer\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2005</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2005\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2005\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert a Safari build number to a Safari version number.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">safariBuildToSafariVer</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$version</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$version</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>A string representing the version number.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_safariBuildToSafariVer#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\"> https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the Safari version string. If the version can't be determined, an empty string is\nreturned.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_set64bit\">\n        set64bit()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_set64bit\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2099</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2099\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2099\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set if the browser is executed from a 64-bit platform.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">set64bit</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$is64bit</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$is64bit</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>Value that tells if the browser is executed from a 64-bit platform.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_set64bit#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setBrowser\">\n        setBrowser()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setBrowser\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2109</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2109\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2109\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the name of the browser.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setBrowser</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$browserName</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$browserName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The name of the browser.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setBrowser#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setMobile\">\n        setMobile()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setMobile\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2119</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2119\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2119\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the browser to be from a mobile device or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setMobile</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isMobile</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isMobile</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Value that tells if the browser is on a mobile device or not.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setMobile#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setPlatform\">\n        setPlatform()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatform\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2129</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2129\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2129\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the platform on which the browser is on.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setPlatform</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$platform</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$platform</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The name of the platform.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatform#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setPlatformVersion\">\n        setPlatformVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatformVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2139</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2139\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2139\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the platform version on which the browser is on.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setPlatformVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$platformVer</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$platformVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The version numbers of the platform.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatformVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setRobot\">\n        setRobot()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobot\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2149</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2149\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2149\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the browser to be a robot (crawler) or not.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setRobot</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$isRobot</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$isRobot</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Value that tells if the browser is a robot or not.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobot#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setRobotName\">\n        setRobotName()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotName\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2159</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2159\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2159\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the name of the robot.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setRobotName</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$robotName</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$robotName</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The name of the robot.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotName#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setRobotVersion\">\n        setRobotVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2169</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2169\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2169\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the version of the robot.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setRobotVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$robotVersion</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$robotVersion</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The version of the robot.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_setVersion\">\n        setVersion()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setVersion\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2185</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2185\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2185\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Set the version of the browser.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">setVersion</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$version</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$version</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The version of the browser.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_setVersion#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_webKitBuildToSafariVer\">\n        webKitBuildToSafariVer()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_webKitBuildToSafariVer\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2204</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2204\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2204\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert a WebKit build number to a Safari version number.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">webKitBuildToSafariVer</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$version</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$version</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>A string representing the version number.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_webKitBuildToSafariVer#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\"> https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html </a>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the Safari version string. If the version can't be determined, an empty string is\nreturned.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_windowsNTVerToStr\">\n        windowsNTVerToStr()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_windowsNTVerToStr\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2319</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2319\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2319\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert the Windows NT family version numbers to the operating system name. For instance &#039;5.1&#039; returns\n&#039;Windows XP&#039;.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">windowsNTVerToStr</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$winVer</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$returnServerFlavor</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">false</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n        <section class=\"phpdocumentor-description\"><p>Windows 10 and Windows 11 share the same major version number (10). Windows 11 starts with build 22000 (version\n10.0.22000) but the build is not included in the UA.</p>\n<p>Windows Server 2022, 2019 &amp; 2016 have also the same version number (10). Again, only the build can differentiate\nthese versions.</p>\n</section>\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$winVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The Windows NT family version numbers as a string.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$returnServerFlavor</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">false</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Since some Windows NT versions have the same values, this flag\ndetermines if the Server flavor is returned or not. For instance Windows 8.1 and Windows Server 2012 R2 both use\nversion 6.3.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_windowsNTVerToStr#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\nnumbers.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_windowsVerToStr\">\n        windowsVerToStr()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_windowsVerToStr\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2364</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2364\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2364\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Convert the Windows 3.x &amp; 9x family version numbers to the operating system name. For instance &#039;4.10.1998&#039;\nreturns &#039;Windows 98&#039;.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">windowsVerToStr</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$winVer</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">string</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$winVer</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The Windows 3.x or 9x family version numbers as a string.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_windowsVerToStr#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">string</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\nnumbers.</p>\n</section>\n\n            </section>\n\n</article>\n                    <article\n        class=\"phpdocumentor-element\n            -method\n            -protected\n                                                        \"\n>\n    <h4 class=\"phpdocumentor-element__name\" id=\"method_wordPos\">\n        wordPos()\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_wordPos\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <aside class=\"phpdocumentor-element-found-in\">\n    <abbr class=\"phpdocumentor-element-found-in__file\" title=\"BrowserDetection.php\"><a href=\"files/browserdetection.html\">BrowserDetection.php</a></abbr>\n    :\n    <span class=\"phpdocumentor-element-found-in__line\">2398</span>\n\n            <a href=\"classes/Wolfcast-BrowserDetection.html#source-view.2398\" class=\"phpdocumentor-element-found-in__source\" data-line=\"2398\" data-modal=\"source-view\" data-src=\"files/BrowserDetection.php.txt\"></a>\n    </aside>\n\n        <p class=\"phpdocumentor-summary\">Find the position of the first occurrence of a word in a string.</p>\n\n    <code class=\"phpdocumentor-code phpdocumentor-signature \">\n    <span class=\"phpdocumentor-signature__visibility\">protected</span>\n                    <span class=\"phpdocumentor-signature__name\">wordPos</span><span>(</span><span class=\"phpdocumentor-signature__argument\"><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$haystack</span></span><span class=\"phpdocumentor-signature__argument\"><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$needle</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">bool&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$insensitive</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">true</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">int&nbsp;</span><span class=\"phpdocumentor-signature__argument__name\">$offset</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">0</span><span> ]</span></span><span class=\"phpdocumentor-signature__argument\"><span>[</span><span>, </span><span class=\"phpdocumentor-signature__argument__return-type\">string&nbsp;</span><span class=\"phpdocumentor-signature__argument__reference-operator\">&amp;</span><span class=\"phpdocumentor-signature__argument__name\">$foundString</span><span> = </span><span class=\"phpdocumentor-signature__argument__default-value\">NULL</span><span> ]</span></span><span>)</span><span> : </span><span class=\"phpdocumentor-signature__response_type\">mixed</span></code>\n\n    <div class=\"phpdocumentor-label-line\">\n        </div>\n\n\n        <h5 class=\"phpdocumentor-argument-list__heading\">Parameters</h5>\n    <dl class=\"phpdocumentor-argument-list\">\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$haystack</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string to search in.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$needle</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>The string to search for.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$insensitive</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">bool</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">true</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>(optional) Determines if we do a case-sensitive search (false) or a case-insensitive\none (true).</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$offset</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">int</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">0</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>If specified, search will start this number of characters counted from the beginning of the\nstring. If the offset is negative, the search will start this number of characters counted from the end of the\nstring.</p>\n</section>\n\n            </dd>\n                    <dt class=\"phpdocumentor-argument-list__entry\">\n                <span class=\"phpdocumentor-signature__argument__name\">$foundString</span>\n                : <span class=\"phpdocumentor-signature__argument__return-type\">string</span>\n                 = <span class=\"phpdocumentor-signature__argument__default-value\">NULL</span>            </dt>\n            <dd class=\"phpdocumentor-argument-list__definition\">\n                    <section class=\"phpdocumentor-description\"><p>String buffer that will contain the exact matching needle found. Set to NULL when\nreturn value of the function is false.</p>\n</section>\n\n            </dd>\n            </dl>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"classes/Wolfcast-BrowserDetection.html#method_wordPos#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">access</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>protected</p>\n</section>\n\n                                    </dd>\n                                            </dl>\n\n\n\n            <section>\n        <h5 class=\"phpdocumentor-return-value__heading\">Return values</h5>\n        <span class=\"phpdocumentor-signature__response_type\">mixed</span>\n                    &mdash;\n                <section class=\"phpdocumentor-description\"><p>Returns the position of the needle (int) if found, false otherwise. Warning this function may\nreturn Boolean false, but may also return a non-Boolean value which evaluates to false.</p>\n</section>\n\n            </section>\n\n</article>\n            </section>\n\n        <div class=\"phpdocumentor-modal\" id=\"source-view\">\n    <div class=\"phpdocumentor-modal-bg\" data-exit-button></div>\n    <div class=\"phpdocumentor-modal-container\">\n        <div class=\"phpdocumentor-modal-content\">\n            <pre style=\"max-height: 500px; overflow-y: scroll\" data-src=\"files/BrowserDetection.php.txt\" class=\"language-php line-numbers linkable-line-numbers\"></pre>\n        </div>\n        <button data-exit-button class=\"phpdocumentor-modal__close\">&times;</button>\n    </div>\n</div>\n\n    <script type=\"text/javascript\">\n        (function () {\n            function loadExternalCodeSnippet(el, url, line) {\n                Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {\n                    const src = url || pre.getAttribute('data-src').replace(/\\\\/g, '/');\n                    const language = 'php';\n\n                    const code = document.createElement('code');\n                    code.className = 'language-' + language;\n                    pre.textContent = '';\n                    pre.setAttribute('data-line', line)\n                    code.textContent = 'Loading…';\n                    pre.appendChild(code);\n\n                    var xhr = new XMLHttpRequest();\n\n                    xhr.open('GET', src, true);\n\n                    xhr.onreadystatechange = function () {\n                        if (xhr.readyState !== 4) {\n                            return;\n                        }\n\n                        if (xhr.status < 400 && xhr.responseText) {\n                            code.textContent = xhr.responseText;\n                            Prism.highlightElement(code);\n                            return;\n                        }\n\n                        if (xhr.status === 404) {\n                            code.textContent = '✖ Error: File could not be found';\n                            return;\n                        }\n\n                        if (xhr.status >= 400) {\n                            code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;\n                            return;\n                        }\n\n                        code.textContent = '✖ Error: An unknown error occurred';\n                    };\n\n                    xhr.send(null);\n                });\n            }\n\n            const modalButtons = document.querySelectorAll(\"[data-modal]\");\n            const openedAsLocalFile = window.location.protocol === 'file:';\n            if (modalButtons.length > 0 && openedAsLocalFile) {\n                console.warn(\n                    'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +\n                    'browsers block XHR requests when a page is opened this way'\n                );\n            }\n\n            modalButtons.forEach(function (trigger) {\n                if (openedAsLocalFile) {\n                    trigger.setAttribute(\"hidden\", \"hidden\");\n                }\n\n                trigger.addEventListener(\"click\", function (event) {\n                    event.preventDefault();\n                    const modal = document.getElementById(trigger.dataset.modal);\n                    if (!modal) {\n                        console.error(`Modal with id \"${trigger.dataset.modal}\" could not be found`);\n                        return;\n                    }\n                    modal.classList.add(\"phpdocumentor-modal__open\");\n\n                    loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)\n                    const exits = modal.querySelectorAll(\"[data-exit-button]\");\n                    exits.forEach(function (exit) {\n                        exit.addEventListener(\"click\", function (event) {\n                            event.preventDefault();\n                            modal.classList.remove(\"phpdocumentor-modal__open\");\n                        });\n                    });\n                });\n            });\n        })();\n    </script>\n\n    </article>\n                                </section>\n                <section class=\"phpdocumentor-on-this-page__sidebar\">\n\n    <section class=\"phpdocumentor-on-this-page__content\">\n        <strong class=\"phpdocumentor-on-this-page__title\">On this page</strong>\n\n        <ul class=\"phpdocumentor-list -clean\">\n            <li class=\"phpdocumentor-on-this-page-section__title\">Table Of Contents</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                        <li><a href=\"classes/Wolfcast-BrowserDetection.html#toc-constants\">Constants</a></li>\n                                                            <li><a href=\"classes/Wolfcast-BrowserDetection.html#toc-properties\">Properties</a></li>\n                                                            <li><a href=\"classes/Wolfcast-BrowserDetection.html#toc-methods\">Methods</a></li>\n                                    </ul>\n            </li>\n                            <li class=\"phpdocumentor-on-this-page-section__title\">Constants</li>\n                <li>\n                    <ul class=\"phpdocumentor-list -clean\">\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ANDROID\">BROWSER_ANDROID</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_BLACKBERRY\">BROWSER_BLACKBERRY</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_CHROME\">BROWSER_CHROME</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_EDGE\">BROWSER_EDGE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREBIRD\">BROWSER_FIREBIRD</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREFOX\">BROWSER_FIREFOX</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICAB\">BROWSER_ICAB</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICECAT\">BROWSER_ICECAT</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICEWEASEL\">BROWSER_ICEWEASEL</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE\">BROWSER_IE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE_MOBILE\">BROWSER_IE_MOBILE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_KONQUEROR\">BROWSER_KONQUEROR</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_LYNX\">BROWSER_LYNX</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MOZILLA\">BROWSER_MOZILLA</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MSNTV\">BROWSER_MSNTV</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NETSCAPE\">BROWSER_NETSCAPE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NOKIA\">BROWSER_NOKIA</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA\">BROWSER_OPERA</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MINI\">BROWSER_OPERA_MINI</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MOBILE\">BROWSER_OPERA_MOBILE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_PHOENIX\">BROWSER_PHOENIX</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAFARI\">BROWSER_SAFARI</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAMSUNG\">BROWSER_SAMSUNG</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_TABLET_OS\">BROWSER_TABLET_OS</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UC\">BROWSER_UC</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UNKNOWN\">BROWSER_UNKNOWN</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_ANDROID\">PLATFORM_ANDROID</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_BLACKBERRY\">PLATFORM_BLACKBERRY</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_CHROME_OS\">PLATFORM_CHROME_OS</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_FREEBSD\">PLATFORM_FREEBSD</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_IOS\">PLATFORM_IOS</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_LINUX\">PLATFORM_LINUX</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_MACINTOSH\">PLATFORM_MACINTOSH</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NETBSD\">PLATFORM_NETBSD</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NOKIA\">PLATFORM_NOKIA</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENBSD\">PLATFORM_OPENBSD</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENSOLARIS\">PLATFORM_OPENSOLARIS</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_SYMBIAN\">PLATFORM_SYMBIAN</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_UNKNOWN\">PLATFORM_UNKNOWN</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_VERSION_UNKNOWN\">PLATFORM_VERSION_UNKNOWN</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS\">PLATFORM_WINDOWS</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_CE\">PLATFORM_WINDOWS_CE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_PHONE\">PLATFORM_WINDOWS_PHONE</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_BINGBOT\">ROBOT_BINGBOT</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_GOOGLEBOT\">ROBOT_GOOGLEBOT</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_MSNBOT\">ROBOT_MSNBOT</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_SLURP\">ROBOT_SLURP</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_UNKNOWN\">ROBOT_UNKNOWN</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_VERSION_UNKNOWN\">ROBOT_VERSION_UNKNOWN</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_W3CVALIDATOR\">ROBOT_W3CVALIDATOR</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_YAHOO_MM\">ROBOT_YAHOO_MM</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#constant_VERSION_UNKNOWN\">VERSION_UNKNOWN</a></li>\n                                            </ul>\n                </li>\n\n                            <li class=\"phpdocumentor-on-this-page-section__title\">Properties</li>\n                <li>\n                    <ul class=\"phpdocumentor-list -clean\">\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__agent\">$_agent</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__browserName\">$_browserName</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewName\">$_compatibilityViewName</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewVer\">$_compatibilityViewVer</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__customBrowserDetection\">$_customBrowserDetection</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__customPlatformDetection\">$_customPlatformDetection</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__customRobotDetection\">$_customRobotDetection</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__is64bit\">$_is64bit</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__isMobile\">$_isMobile</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__isRobot\">$_isRobot</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__platform\">$_platform</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__platformVersion\">$_platformVersion</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__robotName\">$_robotName</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__robotVersion\">$_robotVersion</a></li>\n                                                    <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#property__version\">$_version</a></li>\n                                            </ul>\n                </li>\n\n                        <li class=\"phpdocumentor-on-this-page-section__title\">Methods</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method___construct\">__construct()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method___toString\">__toString()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomBrowserDetection\">addCustomBrowserDetection()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomPlatformDetection\">addCustomPlatformDetection()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_addCustomRobotDetection\">addCustomRobotDetection()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_compareVersions\">compareVersions()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getIECompatibilityView\">getIECompatibilityView()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getLibVersion\">getLibVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getName\">getName()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getPlatform\">getPlatform()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getPlatformVersion\">getPlatformVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getRobotName\">getRobotName()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getRobotVersion\">getRobotVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getUserAgent\">getUserAgent()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_getVersion\">getVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_is64bitPlatform\">is64bitPlatform()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_isChromeFrame\">isChromeFrame()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_isInIECompatibilityView\">isInIECompatibilityView()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_isMobile\">isMobile()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_isRobot\">isRobot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomBrowserDetection\">removeCustomBrowserDetection()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomPlatformDetection\">removeCustomPlatformDetection()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_removeCustomRobotDetection\">removeCustomRobotDetection()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setUserAgent\">setUserAgent()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_androidVerToStr\">androidVerToStr()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowser\">checkBrowser()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserAndroid\">checkBrowserAndroid()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserBlackBerry\">checkBrowserBlackBerry()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserChrome\">checkBrowserChrome()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserCustom\">checkBrowserCustom()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserEdge\">checkBrowserEdge()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirebird\">checkBrowserFirebird()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirefox\">checkBrowserFirefox()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIcab\">checkBrowserIcab()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceCat\">checkBrowserIceCat()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceWeasel\">checkBrowserIceWeasel()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserInternetExplorer\">checkBrowserInternetExplorer()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserKonqueror\">checkBrowserKonqueror()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserLynx\">checkBrowserLynx()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMozilla\">checkBrowserMozilla()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMsnTv\">checkBrowserMsnTv()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNetscape\">checkBrowserNetscape()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNokia\">checkBrowserNokia()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserOpera\">checkBrowserOpera()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserPhoenix\">checkBrowserPhoenix()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSafari\">checkBrowserSafari()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSamsung\">checkBrowserSamsung()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUAWithVersion\">checkBrowserUAWithVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUC\">checkBrowserUC()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatform\">checkPlatform()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformCustom\">checkPlatformCustom()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkPlatformVersion\">checkPlatformVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobot\">checkRobot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotBingbot\">checkRobotBingbot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotCustom\">checkRobotCustom()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotGooglebot\">checkRobotGooglebot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotMsnBot\">checkRobotMsnBot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotSlurp\">checkRobotSlurp()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotW3CValidator\">checkRobotW3CValidator()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkRobotYahooMultimedia\">checkRobotYahooMultimedia()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleBrowserUA\">checkSimpleBrowserUA()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_checkSimpleRobot\">checkSimpleRobot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_cleanVersion\">cleanVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_containString\">containString()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_detect\">detect()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_findAndGetVersion\">findAndGetVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_iOSVerToStr\">iOSVerToStr()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_macVerToStr\">macVerToStr()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_parseInt\">parseInt()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_reset\">reset()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_safariBuildToSafariVer\">safariBuildToSafariVer()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_set64bit\">set64bit()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setBrowser\">setBrowser()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setMobile\">setMobile()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatform\">setPlatform()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setPlatformVersion\">setPlatformVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobot\">setRobot()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotName\">setRobotName()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setRobotVersion\">setRobotVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_setVersion\">setVersion()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_webKitBuildToSafariVer\">webKitBuildToSafariVer()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_windowsNTVerToStr\">windowsNTVerToStr()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_windowsVerToStr\">windowsVerToStr()</a></li>\n                                            <li class=\"\"><a href=\"classes/Wolfcast-BrowserDetection.html#method_wordPos\">wordPos()</a></li>\n                                    </ul>\n            </li>\n                    </ul>\n    </section>\n\n                </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"classes/Wolfcast-BrowserDetection.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/css/base.css",
    "content": "\n\n:root {\n    /* Typography */\n    --font-primary: 'Open Sans', Helvetica, Arial, sans-serif;\n    --font-secondary: 'Open Sans', Helvetica, Arial, sans-serif;\n    --font-monospace: 'Source Code Pro', monospace;\n    --line-height--primary: 1.6;\n    --letter-spacing--primary: .05rem;\n    --text-base-size: 1em;\n    --text-scale-ratio: 1.2;\n\n    --text-xxs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio) / var(--text-scale-ratio));\n    --text-xs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio));\n    --text-sm: calc(var(--text-base-size) / var(--text-scale-ratio));\n    --text-md: var(--text-base-size);\n    --text-lg: calc(var(--text-base-size) * var(--text-scale-ratio));\n    --text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio));\n    --text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));\n    --text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));\n    --text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));\n    --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));\n\n    --color-hue-red:     4;\n    --color-hue-pink:     340;\n    --color-hue-purple:     291;\n    --color-hue-deep-purple:     262;\n    --color-hue-indigo:     231;\n    --color-hue-blue:     207;\n    --color-hue-light-blue:     199;\n    --color-hue-cyan:     187;\n    --color-hue-teal:     174;\n    --color-hue-green:     122;\n    --color-hue-phpdocumentor-green:     96;\n    --color-hue-light-green:     88;\n    --color-hue-lime:     66;\n    --color-hue-yellow:     54;\n    --color-hue-amber:     45;\n    --color-hue-orange:     36;\n    --color-hue-deep-orange:     14;\n    --color-hue-brown:     16;\n\n    /* Colors */\n    --primary-color-hue: var(--color-hue-phpdocumentor-green, --color-hue-phpdocumentor-green);\n    --primary-color-saturation: 57%;\n    --primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%);\n    --primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%);\n    --primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 25%);\n    --primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%);\n    --primary-color-lighten: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 20%), 85%);\n    --primary-color-lighter: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 45%), 97.5%);\n    --dark-gray: #d1d1d1;\n    --light-gray: #f0f0f0;\n\n    --text-color: var(--primary-color-darkest);\n\n    --header-height: var(--spacing-xxxxl);\n    --header-bg-color: var(--primary-color);\n    --code-background-color: var(--primary-color-lighter);\n    --code-border-color: --primary-color-lighten;\n    --button-border-color: var(--primary-color-darken);\n    --button-color: transparent;\n    --button-color-primary: var(--primary-color);\n    --button-text-color: #555;\n    --button-text-color-primary: white;\n    --popover-background-color: rgba(255, 255, 255, 0.75);\n    --link-color-primary: var(--primary-color-darker);\n    --link-hover-color-primary: var(--primary-color-darkest);\n    --form-field-border-color: var(--dark-gray);\n    --form-field-color: #fff;\n    --admonition-success-color: var(--primary-color);\n    --admonition-border-color: silver;\n    --table-separator-color: var(--primary-color-lighten);\n    --title-text-color: var(--primary-color);\n\n    --sidebar-border-color: var(--primary-color-lighten);\n\n    /* Grid */\n    --container-width: 75%;\n\n    /* Spacing */\n    --spacing-base-size: 1rem;\n    --spacing-scale-ratio: 1.5;\n\n    --spacing-xxxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio));\n    --spacing-xxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio));\n    --spacing-xs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio));\n    --spacing-sm: calc(var(--spacing-base-size) / var(--spacing-scale-ratio));\n    --spacing-md: var(--spacing-base-size);\n    --spacing-lg: calc(var(--spacing-base-size) * var(--spacing-scale-ratio));\n    --spacing-xl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));\n    --spacing-xxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));\n    --spacing-xxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));\n    --spacing-xxxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));\n\n    --border-radius-base-size: 3px;\n}\n\n/* Base Styles\n-------------------------------------------------- */\nbody {\n    background-color: #fff;\n    color: var(--text-color);\n    font-family: var(--font-primary);\n    font-size: var(--text-md);\n    letter-spacing: var(--letter-spacing--primary);\n    line-height: var(--line-height--primary);\n    width: 100%;\n}\n\n.phpdocumentor h1,\n.phpdocumentor h2,\n.phpdocumentor h3,\n.phpdocumentor h4,\n.phpdocumentor h5,\n.phpdocumentor h6 {\n    margin-bottom: var(--spacing-lg);\n    margin-top: var(--spacing-lg);\n    font-weight: 600;\n}\n\n.phpdocumentor h1 {\n    font-size: var(--text-xxxxl);\n    letter-spacing: var(--letter-spacing--primary);\n    line-height: 1.2;\n    margin-top: 0;\n}\n\n.phpdocumentor h2 {\n    font-size: var(--text-xxxl);\n    letter-spacing: var(--letter-spacing--primary);\n    line-height: 1.25;\n}\n\n.phpdocumentor h3 {\n    font-size: var(--text-xxl);\n    letter-spacing: var(--letter-spacing--primary);\n    line-height: 1.3;\n}\n\n.phpdocumentor h4 {\n    font-size: var(--text-xl);\n    letter-spacing: calc(var(--letter-spacing--primary) / 2);\n    line-height: 1.35;\n    margin-bottom: var(--spacing-md);\n}\n\n.phpdocumentor h5 {\n    font-size: var(--text-lg);\n    letter-spacing: calc(var(--letter-spacing--primary) / 4);\n    line-height: 1.5;\n    margin-bottom: var(--spacing-md);\n    margin-top: var(--spacing-md);\n}\n\n.phpdocumentor h6 {\n    font-size: var(--text-md);\n    letter-spacing: 0;\n    line-height: var(--line-height--primary);\n    margin-bottom: var(--spacing-md);\n    margin-top: var(--spacing-md);\n}\n.phpdocumentor h1 .headerlink,\n.phpdocumentor h2 .headerlink,\n.phpdocumentor h3 .headerlink,\n.phpdocumentor h4 .headerlink,\n.phpdocumentor h5 .headerlink,\n.phpdocumentor h6 .headerlink\n{\n    display: none;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor h1 .headerlink,\n    .phpdocumentor h2 .headerlink,\n    .phpdocumentor h3 .headerlink,\n    .phpdocumentor h4 .headerlink,\n    .phpdocumentor h5 .headerlink,\n    .phpdocumentor h6 .headerlink {\n        display: inline;\n        transition: all .3s ease-in-out;\n        opacity: 0;\n        text-decoration: none;\n        color: silver;\n        font-size: 80%;\n    }\n\n    .phpdocumentor h1:hover .headerlink,\n    .phpdocumentor h2:hover .headerlink,\n    .phpdocumentor h3:hover .headerlink,\n    .phpdocumentor h4:hover .headerlink,\n    .phpdocumentor h5:hover .headerlink,\n    .phpdocumentor h6:hover .headerlink {\n        opacity: 1;\n    }\n}\n.phpdocumentor p {\n    margin-top: 0;\n    margin-bottom: var(--spacing-md);\n}\n.phpdocumentor figure {\n    margin-bottom: var(--spacing-md);\n}\n\n.phpdocumentor figcaption {\n    text-align: center;\n    font-style: italic;\n    font-size: 80%;\n}\n\n.phpdocumentor-uml-diagram svg {\n    max-width: 100%;\n    height: auto !important;\n}\n.phpdocumentor-line {\n    border-top: 1px solid #E1E1E1;\n    border-width: 0;\n    margin-bottom: var(--spacing-xxl);\n    margin-top: var(--spacing-xxl);\n}\n.phpdocumentor-section {\n    box-sizing: border-box;\n    margin: 0 auto;\n    max-width: var(--container-width);\n    padding: 0 var(--spacing-sm);\n    position: relative;\n    width: 100%;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-section {\n        padding: 0 var(--spacing-lg);\n    }\n}\n\n@media (min-width: 1200px) {\n    .phpdocumentor-section {\n        padding: 0;\n        width: 95%;\n    }\n}\n.phpdocumentor-column {\n    box-sizing: border-box;\n    float: left;\n    width: 100%;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-column {\n        margin-left: 4%;\n    }\n\n    .phpdocumentor-column:first-child {\n        margin-left: 0;\n    }\n\n    .-one.phpdocumentor-column {\n        width: 4.66666666667%;\n    }\n\n    .-two.phpdocumentor-column {\n        width: 13.3333333333%;\n    }\n\n    .-three.phpdocumentor-column {\n        width: 22%;\n    }\n\n    .-four.phpdocumentor-column {\n        width: 30.6666666667%;\n    }\n\n    .-five.phpdocumentor-column {\n        width: 39.3333333333%;\n    }\n\n    .-six.phpdocumentor-column {\n        width: 48%;\n    }\n\n    .-seven.phpdocumentor-column {\n        width: 56.6666666667%;\n    }\n\n    .-eight.phpdocumentor-column {\n        width: 65.3333333333%;\n    }\n\n    .-nine.phpdocumentor-column {\n        width: 74.0%;\n    }\n\n    .-ten.phpdocumentor-column {\n        width: 82.6666666667%;\n    }\n\n    .-eleven.phpdocumentor-column {\n        width: 91.3333333333%;\n    }\n\n    .-twelve.phpdocumentor-column {\n        margin-left: 0;\n        width: 100%;\n    }\n\n    .-one-third.phpdocumentor-column {\n        width: 30.6666666667%;\n    }\n\n    .-two-thirds.phpdocumentor-column {\n        width: 65.3333333333%;\n    }\n\n    .-one-half.phpdocumentor-column {\n        width: 48%;\n    }\n\n    /* Offsets */\n    .-offset-by-one.phpdocumentor-column {\n        margin-left: 8.66666666667%;\n    }\n\n    .-offset-by-two.phpdocumentor-column {\n        margin-left: 17.3333333333%;\n    }\n\n    .-offset-by-three.phpdocumentor-column {\n        margin-left: 26%;\n    }\n\n    .-offset-by-four.phpdocumentor-column {\n        margin-left: 34.6666666667%;\n    }\n\n    .-offset-by-five.phpdocumentor-column {\n        margin-left: 43.3333333333%;\n    }\n\n    .-offset-by-six.phpdocumentor-column {\n        margin-left: 52%;\n    }\n\n    .-offset-by-seven.phpdocumentor-column {\n        margin-left: 60.6666666667%;\n    }\n\n    .-offset-by-eight.phpdocumentor-column {\n        margin-left: 69.3333333333%;\n    }\n\n    .-offset-by-nine.phpdocumentor-column {\n        margin-left: 78.0%;\n    }\n\n    .-offset-by-ten.phpdocumentor-column {\n        margin-left: 86.6666666667%;\n    }\n\n    .-offset-by-eleven.phpdocumentor-column {\n        margin-left: 95.3333333333%;\n    }\n\n    .-offset-by-one-third.phpdocumentor-column {\n        margin-left: 34.6666666667%;\n    }\n\n    .-offset-by-two-thirds.phpdocumentor-column {\n        margin-left: 69.3333333333%;\n    }\n\n    .-offset-by-one-half.phpdocumentor-column {\n        margin-left: 52%;\n    }\n}\n.phpdocumentor a {\n    color: var(--link-color-primary);\n}\n\n.phpdocumentor a:hover {\n    color: var(--link-hover-color-primary);\n}\n.phpdocumentor-button {\n    background-color: var(--button-color);\n    border: 1px solid var(--button-border-color);\n    border-radius: var(--border-radius-base-size);\n    box-sizing: border-box;\n    color: var(--button-text-color);\n    cursor: pointer;\n    display: inline-block;\n    font-size: var(--text-sm);\n    font-weight: 600;\n    height: 38px;\n    letter-spacing: .1rem;\n    line-height: 38px;\n    padding: 0 var(--spacing-xxl);\n    text-align: center;\n    text-decoration: none;\n    text-transform: uppercase;\n    white-space: nowrap;\n    margin-bottom: var(--spacing-md);\n}\n\n.phpdocumentor-button .-wide {\n    width: 100%;\n}\n\n.phpdocumentor-button:hover,\n.phpdocumentor-button:focus {\n    border-color: #888;\n    color: #333;\n    outline: 0;\n}\n\n.phpdocumentor-button.-primary {\n    background-color: var(--button-color-primary);\n    border-color: var(--button-color-primary);\n    color: var(--button-text-color-primary);\n}\n\n.phpdocumentor-button.-primary:hover,\n.phpdocumentor-button.-primary:focus {\n    background-color: var(--link-color-primary);\n    border-color: var(--link-color-primary);\n    color: var(--button-text-color-primary);\n}\n.phpdocumentor form {\n    margin-bottom: var(--spacing-md);\n}\n\n.phpdocumentor-field {\n    background-color: var(--form-field-color);\n    border: 1px solid var(--form-field-border-color);\n    border-radius: var(--border-radius-base-size);\n    box-shadow: none;\n    box-sizing: border-box;\n    height: 38px;\n    padding: var(--spacing-xxxs) var(--spacing-xxs); /* The 6px vertically centers text on FF, ignored by Webkit */\n    margin-bottom: var(--spacing-md);\n}\n\n/* Removes awkward default styles on some inputs for iOS */\ninput[type=\"email\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\ninput[type=\"text\"],\ninput[type=\"tel\"],\ninput[type=\"url\"],\ninput[type=\"password\"],\ntextarea {\n    -moz-appearance: none;\n    -webkit-appearance: none;\n    appearance: none;\n}\n\n.phpdocumentor-textarea {\n    min-height: 65px;\n    padding-bottom: var(--spacing-xxxs);\n    padding-top: var(--spacing-xxxs);\n}\n\n.phpdocumentor-field:focus {\n    border: 1px solid var(--button-color-primary);\n    outline: 0;\n}\n\nlabel.phpdocumentor-label {\n    display: block;\n    margin-bottom: var(--spacing-xs);\n}\n\n.phpdocumentor-fieldset {\n    border-width: 0;\n    padding: 0;\n}\n\ninput[type=\"checkbox\"].phpdocumentor-field,\ninput[type=\"radio\"].phpdocumentor-field {\n    display: inline;\n}\n.phpdocumentor-column ul,\ndiv.phpdocumentor-list > ul,\nul.phpdocumentor-list {\n    list-style: circle;\n}\n\n.phpdocumentor-column ol,\ndiv.phpdocumentor-list > ol,\nol.phpdocumentor-list {\n    list-style: decimal;\n}\n\n\n.phpdocumentor-column ul,\ndiv.phpdocumentor-list > ul,\nol.phpdocumentor-list,\nul.phpdocumentor-list {\n    margin-top: 0;\n    padding-left: var(--spacing-lg);\n    margin-bottom: var(--spacing-sm);\n}\n\n.phpdocumentor-column ul.-clean,\ndiv.phpdocumentor-list > ul.-clean,\nul.phpdocumentor-list.-clean {\n    list-style: none;\n    padding-left: 0;\n}\n\ndl {\n    margin-bottom: var(--spacing-md);\n}\n\n.phpdocumentor-column ul ul,\ndiv.phpdocumentor-list > ul ul,\nul.phpdocumentor-list ul.phpdocumentor-list,\nul.phpdocumentor-list ol.phpdocumentor-list,\nol.phpdocumentor-list ol.phpdocumentor-list,\nol.phpdocumentor-list ul.phpdocumentor-list {\n    font-size: var(--text-sm);\n    margin: 0 0 0 calc(var(--spacing-xs) * 2);\n}\n\n.phpdocumentor-column ul li,\n.phpdocumentor-list li {\n    padding-bottom: var(--spacing-xs);\n}\n\n.phpdocumentor dl dt {\n    margin-bottom: var(--spacing-xs);\n}\n\n.phpdocumentor dl dd {\n    margin-bottom: var(--spacing-md);\n}\n.phpdocumentor pre {\n    margin-bottom: var(--spacing-md);\n}\n\n.phpdocumentor-code {\n    font-family: var(--font-monospace);\n    background: var(--code-background-color);\n    border: 1px solid var(--code-border-color);\n    border-radius: var(--border-radius-base-size);\n    font-size: var(--text-sm);\n    padding: var(--spacing-sm) var(--spacing-md);\n    width: 100%;\n    box-sizing: border-box;\n}\n\n.phpdocumentor-code.-dark {\n    background: var(--primary-color-darkest);\n    color: var(--light-gray);\n    box-shadow: 0 2px 3px var(--dark-gray);\n}\n\npre > .phpdocumentor-code {\n    display: block;\n    white-space: pre;\n}\n.phpdocumentor blockquote {\n    border-left: 4px solid var(--primary-color-darken);\n    margin: var(--spacing-md) 0;\n    padding: var(--spacing-xs) var(--spacing-sm);\n    color: var(--primary-color-darker);\n    font-style: italic;\n}\n\n.phpdocumentor blockquote p:last-of-type {\n    margin-bottom: 0;\n}\n.phpdocumentor table {\n    margin-bottom: var(--spacing-md);\n}\n\nth.phpdocumentor-heading,\ntd.phpdocumentor-cell {\n    border-bottom: 1px solid var(--table-separator-color);\n    padding: var(--spacing-sm) var(--spacing-md);\n    text-align: left;\n}\n\nth.phpdocumentor-heading:first-child,\ntd.phpdocumentor-cell:first-child {\n    padding-left: 0;\n}\n\nth.phpdocumentor-heading:last-child,\ntd.phpdocumentor-cell:last-child {\n    padding-right: 0;\n}\n.phpdocumentor-label-line {\n    display: flex;\n    flex-direction: row;\n    gap: 1rem\n}\n\n.phpdocumentor-label {\n    background: #f6f6f6;\n    border-radius: .25rem;\n    font-size: 80%;\n    display: inline-block;\n    overflow: hidden\n}\n\n/*\nIt would be better if the phpdocumentor-element class were to become a flex element with a gap, but for #3337 that\nis too big a fix and needs to be done in a new design iteration.\n*/\n.phpdocumentor-signature + .phpdocumentor-label-line .phpdocumentor-label {\n    margin-top: var(--spacing-sm);\n}\n\n.phpdocumentor-label span {\n    display: inline-block;\n    padding: .125rem .5rem;\n}\n\n.phpdocumentor-label--success span:last-of-type {\n    background: #abe1ab;\n}\n\n.phpdocumentor-header {\n    display: flex;\n    flex-direction: row;\n    align-items: stretch;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    height: auto;\n    padding: var(--spacing-md) var(--spacing-md);\n}\n\n.phpdocumentor-header__menu-button {\n    position: absolute;\n    top: -100%;\n    left: -100%;\n}\n\n.phpdocumentor-header__menu-icon {\n    font-size: 2rem;\n    color: var(--primary-color);\n}\n\n.phpdocumentor-header__menu-button:checked ~ .phpdocumentor-topnav {\n    max-height: 250px;\n    padding-top: var(--spacing-md);\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-header {\n        flex-direction: row;\n        padding: var(--spacing-lg) var(--spacing-lg);\n        min-height: var(--header-height);\n    }\n\n    .phpdocumentor-header__menu-icon {\n        display: none;\n    }\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-header {\n        padding-top: 0;\n        padding-bottom: 0;\n    }\n}\n@media (min-width: 1200px) {\n    .phpdocumentor-header {\n        padding: 0;\n    }\n}\n.phpdocumentor-title {\n    box-sizing: border-box;\n    color: var(--title-text-color);\n    font-size: var(--text-xxl);\n    letter-spacing: .05rem;\n    font-weight: normal;\n    width: auto;\n    margin: 0;\n    display: flex;\n    align-items: center;\n}\n\n.phpdocumentor-title.-without-divider {\n    border: none;\n}\n\n.phpdocumentor-title__link {\n    transition: all .3s ease-out;\n    display: flex;\n    color: var(--title-text-color);\n    text-decoration: none;\n    font-weight: normal;\n    white-space: nowrap;\n    transform: scale(.75);\n    transform-origin: left;\n}\n\n.phpdocumentor-title__link:hover {\n    transform: perspective(15rem) translateX(.5rem);\n    font-weight: 600;\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-title {\n        width: 22%;\n\n    }\n\n    .phpdocumentor-title__link {\n        transform-origin: left;\n    }\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-title__link {\n        transform: scale(.85);\n    }\n}\n\n@media (min-width: 1200px) {\n    .phpdocumentor-title__link {\n        transform: scale(1);\n    }\n}\n.phpdocumentor-topnav {\n    display: flex;\n    align-items: center;\n    margin: 0;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.2s ease-out;\n    flex-basis: 100%;\n}\n\n.phpdocumentor-topnav__menu {\n    text-align: right;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    flex: 1;\n    display: flex;\n    flex-flow: row wrap;\n    justify-content: center;\n}\n\n.phpdocumentor-topnav__menu-item {\n    margin: 0;\n    width: 100%;\n    display: inline-block;\n    text-align: center;\n    padding: var(--spacing-sm) 0\n}\n\n.phpdocumentor-topnav__menu-item.-social {\n    width: auto;\n    padding: var(--spacing-sm)\n}\n\n.phpdocumentor-topnav__menu-item a {\n    display: inline-block;\n    color: var(--text-color);\n    text-decoration: none;\n    font-size: var(--text-lg);\n    transition: all .3s ease-out;\n    border-bottom: 1px dotted transparent;\n    line-height: 1;\n}\n\n.phpdocumentor-topnav__menu-item a:hover {\n    transform: perspective(15rem) translateY(.1rem);\n    border-bottom: 1px dotted var(--text-color);\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-topnav {\n        max-height: none;\n        overflow: visible;\n        flex-basis: auto;\n    }\n\n    .phpdocumentor-topnav__menu {\n        display: flex;\n        flex-flow: row wrap;\n        justify-content: flex-end;\n    }\n\n    .phpdocumentor-topnav__menu-item,\n    .phpdocumentor-topnav__menu-item.-social {\n        width: auto;\n        display: inline;\n        text-align: right;\n        padding: 0 0 0 var(--spacing-md)\n    }\n}\n.phpdocumentor-sidebar {\n    margin: 0;\n    overflow: hidden;\n    max-height: 0;\n}\n\n.phpdocumentor .phpdocumentor-sidebar .phpdocumentor-list {\n    padding: var(--spacing-xs) var(--spacing-md);\n    list-style: none;\n    margin: 0;\n}\n\n.phpdocumentor .phpdocumentor-sidebar li {\n    white-space: nowrap;\n    text-overflow: ellipsis;\n    overflow: hidden;\n    padding: 0 0 var(--spacing-xxxs) var(--spacing-md);\n}\n\n.phpdocumentor .phpdocumentor-sidebar abbr,\n.phpdocumentor .phpdocumentor-sidebar a {\n    text-decoration: none;\n    border-bottom: none;\n    color: var(--text-color);\n    font-size: var(--text-md);\n    padding-left: 0;\n    transition: padding-left .4s ease-out;\n}\n\n.phpdocumentor .phpdocumentor-sidebar a:hover,\n.phpdocumentor .phpdocumentor-sidebar a.-active {\n    padding-left: 5px;\n    font-weight: 600;\n}\n\n.phpdocumentor .phpdocumentor-sidebar__category > * {\n    border-left: 1px solid var(--primary-color-lighten);\n}\n\n.phpdocumentor .phpdocumentor-sidebar__category {\n    margin-bottom: var(--spacing-lg);\n}\n\n.phpdocumentor .phpdocumentor-sidebar__category-header {\n    font-size: var(--text-md);\n    margin-top: 0;\n    margin-bottom: var(--spacing-xs);\n    color: var(--link-color-primary);\n    font-weight: 600;\n    border-left: 0;\n}\n\n.phpdocumentor .phpdocumentor-sidebar__root-package,\n.phpdocumentor .phpdocumentor-sidebar__root-namespace {\n    font-size: var(--text-md);\n    margin: 0;\n    padding-top: var(--spacing-xs);\n    padding-left: var(--spacing-md);\n    color: var(--text-color);\n    font-weight: normal;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-sidebar {\n        border-right: var(--sidebar-border-color) solid 1px;\n    }\n}\n\n.phpdocumentor-sidebar__menu-button {\n    position: absolute;\n    top: -100%;\n    left: -100%;\n}\n\n.phpdocumentor-sidebar__menu-icon {\n    font-size: var(--text-md);\n    font-weight: 600;\n    background: var(--primary-color);\n    color: white;\n    margin: 0 0 var(--spacing-lg);\n    display: block;\n    padding: var(--spacing-sm);\n    text-align: center;\n    border-radius: 3px;\n    text-transform: uppercase;\n    letter-spacing: .15rem;\n}\n\n.phpdocumentor-sidebar__menu-button:checked ~ .phpdocumentor-sidebar {\n    max-height: 100%;\n    padding-top: var(--spacing-md);\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-sidebar {\n        overflow: visible;\n        max-height: 100%;\n    }\n\n    .phpdocumentor-sidebar__menu-icon {\n        display: none;\n    }\n}\n.phpdocumentor-admonition {\n    border: 1px solid var(--admonition-border-color);\n    border-radius: var(--border-radius-base-size);\n    border-color: var(--primary-color-lighten);\n    background-color: var(--primary-color-lighter);\n    padding: var(--spacing-lg);\n    margin: var(--spacing-lg) 0;\n    display: flex;\n    flex-direction: row;\n    align-items: flex-start;\n}\n\n.phpdocumentor-admonition p:last-of-type {\n    margin-bottom: 0;\n}\n\n.phpdocumentor-admonition--success,\n.phpdocumentor-admonition.-success {\n    border-color: var(--admonition-success-color);\n}\n\n.phpdocumentor-admonition__icon {\n    margin-right: var(--spacing-md);\n    color: var(--primary-color);\n    max-width: 3rem;\n}\n.phpdocumentor ul.phpdocumentor-breadcrumbs {\n    font-size: var(--text-md);\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n\n.phpdocumentor ul.phpdocumentor-breadcrumbs a {\n    color: var(--text-color);\n    text-decoration: none;\n}\n\n.phpdocumentor ul.phpdocumentor-breadcrumbs > li {\n    display: inline-block;\n    margin: 0;\n}\n\n.phpdocumentor ul.phpdocumentor-breadcrumbs > li + li:before {\n    color: var(--dark-gray);\n    content: \"\\\\\\A0\";\n    padding: 0;\n}\n.phpdocumentor .phpdocumentor-back-to-top {\n    position: fixed;\n    bottom: 2rem;\n    font-size: 2.5rem;\n    opacity: .25;\n    transition: all .3s ease-in-out;\n    right: 2rem;\n}\n\n.phpdocumentor .phpdocumentor-back-to-top:hover {\n    color: var(--link-color-primary);\n    opacity: 1;\n}\n.phpdocumentor-search {\n    position: relative;\n    display: none; /** disable by default for non-js flow */\n    opacity: .3; /** white-out default for loading indication */\n    transition: opacity .3s, background .3s;\n    margin: var(--spacing-sm) 0;\n    flex: 1;\n    min-width: 100%;\n}\n\n.phpdocumentor-search label {\n    display: flex;\n    align-items: center;\n    flex: 1;\n}\n\n.phpdocumentor-search__icon {\n    color: var(--primary-color);\n    margin-right: var(--spacing-sm);\n    width: 1rem;\n    height: 1rem;\n}\n\n.phpdocumentor-search--enabled {\n    display: flex;\n}\n\n.phpdocumentor-search--active {\n    opacity: 1;\n}\n\n.phpdocumentor-search input:disabled {\n    background-color: lightgray;\n}\n\n.phpdocumentor-search__field:focus,\n.phpdocumentor-search__field {\n    margin-bottom: 0;\n    border: 0;\n    border-bottom: 2px solid var(--primary-color);\n    padding: 0;\n    border-radius: 0;\n    flex: 1;\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-search {\n        min-width: auto;\n        max-width: 20rem;\n        margin: 0 0 0 auto;\n    }\n}\n.phpdocumentor-search-results {\n    backdrop-filter: blur(5px);\n    background: var(--popover-background-color);\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    padding: 0;\n    opacity: 1;\n    pointer-events: all;\n\n    transition: opacity .3s, background .3s;\n}\n\n.phpdocumentor-search-results--hidden {\n    background: transparent;\n    backdrop-filter: blur(0);\n    opacity: 0;\n    pointer-events: none;\n}\n\n.phpdocumentor-search-results__dialog {\n    width: 100%;\n    background: white;\n    max-height: 100%;\n    display: flex;\n    flex-direction: column;\n}\n\n.phpdocumentor-search-results__body {\n    overflow: auto;\n}\n\n.phpdocumentor-search-results__header {\n    padding: var(--spacing-lg);\n    display: flex;\n    justify-content: space-between;\n    background: var(--primary-color-darken);\n    color: white;\n    align-items: center;\n}\n\n.phpdocumentor-search-results__close {\n    font-size: var(--text-xl);\n    background: none;\n    border: none;\n    padding: 0;\n    margin: 0;\n}\n\n.phpdocumentor  .phpdocumentor-search-results__title {\n    font-size: var(--text-xl);\n    margin-bottom: 0;\n}\n\n.phpdocumentor-search-results__entries {\n    list-style: none;\n    padding: 0 var(--spacing-lg);\n    margin: 0;\n}\n\n.phpdocumentor-search-results__entry {\n    border-bottom: 1px solid var(--table-separator-color);\n    padding: var(--spacing-sm) 0;\n    text-align: left;\n}\n\n.phpdocumentor-search-results__entry a {\n    display: block;\n}\n\n.phpdocumentor-search-results__entry small {\n    margin-top: var(--spacing-xs);\n    margin-bottom: var(--spacing-md);\n    color: var(--primary-color-darker);\n    display: block;\n    word-break: break-word;\n}\n\n.phpdocumentor-search-results__entry h3 {\n    font-size: var(--text-lg);\n    margin: 0;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-search-results {\n        padding: 0 var(--spacing-lg);\n    }\n\n    .phpdocumentor-search-results__entry h3 {\n        font-size: var(--text-xxl);\n    }\n\n    .phpdocumentor-search-results__dialog {\n        margin: var(--spacing-xl) auto;\n        max-width: 40rem;\n        background: white;\n        border: 1px solid silver;\n        box-shadow: 0 2px 5px silver;\n        max-height: 40rem;\n        border-radius: 3px;\n    }\n}\n.phpdocumentor-modal {\n    position: fixed;\n    width: 100vw;\n    height: 100vh;\n    opacity: 0;\n    visibility: hidden;\n    transition: all 0.3s ease;\n    top: 0;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 1;\n}\n\n.phpdocumentor-modal__open {\n    visibility: visible;\n    opacity: 1;\n    transition-delay: 0s;\n}\n\n.phpdocumentor-modal-bg {\n    position: absolute;\n    background: gray;\n    opacity: 50%;\n    width: 100%;\n    height: 100%;\n}\n\n.phpdocumentor-modal-container {\n    border-radius: 1em;\n    background: #fff;\n    position: relative;\n    padding: 2em;\n    box-sizing: border-box;\n    max-width:100vw;\n}\n\n.phpdocumentor-modal__close {\n    position: absolute;\n    right: 0.75em;\n    top: 0.75em;\n    outline: none;\n    appearance: none;\n    color: var(--primary-color);\n    background: none;\n    border: 0px;\n    font-weight: bold;\n    cursor: pointer;\n}\n.phpdocumentor-on-this-page__sidebar {\n    display: none;\n}\n\n.phpdocumentor-on-this-page__title {\n    display: block;\n    font-weight: bold;\n    margin-bottom: var(--spacing-sm);\n    color: var(--link-color-primary);\n}\n\n@media (min-width: 1000px) {\n    .phpdocumentor-on-this-page__sidebar {\n        display: block;\n        position: relative;\n    }\n\n    .phpdocumentor-on-this-page__content::-webkit-scrollbar,\n    [scrollbars]::-webkit-scrollbar {\n        height: 8px;\n        width: 8px;\n    }\n\n    .phpdocumentor-on-this-page__content::-webkit-scrollbar-corner,\n    [scrollbars]::-webkit-scrollbar-corner {\n        background: 0;\n    }\n\n    .phpdocumentor-on-this-page__content::-webkit-scrollbar-thumb,\n    [scrollbars]::-webkit-scrollbar-thumb {\n        background: rgba(128,134,139,0.26);\n        border-radius: 8px;\n    }\n\n    .phpdocumentor-on-this-page__content {\n        position: sticky;\n        height: calc(100vh - var(--header-height));\n        overflow-y: auto;\n        border-left: 1px solid var(--sidebar-border-color);\n        padding-left: var(--spacing-lg);\n        font-size: 90%;\n        top: -1px; /* Needed for the javascript to make the .-stuck trick work */\n        flex: 0 1 auto;\n        width: 15vw;\n    }\n\n    .phpdocumentor-on-this-page__content.-stuck {\n        height: 100vh;\n    }\n\n    .phpdocumentor-on-this-page__content li {\n        word-break: break-all;\n        line-height: normal;\n    }\n\n    .phpdocumentor-on-this-page__content li.-deprecated {\n        text-decoration: line-through;\n    }\n}\n\n/* Used for screen readers and such */\n.visually-hidden {\n    display: none;\n}\n\n.float-right {\n    float: right;\n}\n\n.float-left {\n    float: left;\n}\n"
  },
  {
    "path": "docs/css/normalize.css",
    "content": "/*! normalize.css v3.0.2 | MIT License | git.io/normalize */\n\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n *    user zoom.\n */\n\nhtml {\n    font-family: sans-serif; /* 1 */\n    -ms-text-size-adjust: 100%; /* 2 */\n    -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\n\nbody {\n    margin: 0;\n}\n\n/* HTML5 display definitions\n   ========================================================================== */\n\n/**\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\n * Correct `block` display not defined for `details` or `summary` in IE 10/11\n * and Firefox.\n * Correct `block` display not defined for `main` in IE 11.\n */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n    display: block;\n}\n\n/**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n    display: inline-block; /* 1 */\n    vertical-align: baseline; /* 2 */\n}\n\n/**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n\naudio:not([controls]) {\n    display: none;\n    height: 0;\n}\n\n/**\n * Address `[hidden]` styling not present in IE 8/9/10.\n * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.\n */\n\n[hidden],\ntemplate {\n    display: none !important;\n}\n\n/* Links\n   ========================================================================== */\n\n/**\n * Remove the gray background color from active links in IE 10.\n */\n\na {\n    background-color: transparent;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\n\na:active,\na:hover {\n    outline: 0;\n}\n\n/* Text-level semantics\n   ========================================================================== */\n\n/**\n * Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n */\n\nabbr[title] {\n    border-bottom: 1px dotted;\n}\n\n/**\n * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n */\n\nb,\nstrong {\n    font-weight: bold;\n}\n\n/**\n * Address styling not present in Safari and Chrome.\n */\n\ndfn {\n    font-style: italic;\n}\n\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari, and Chrome.\n */\n\nh1 {\n    font-size: 2em;\n    margin: 0.67em 0;\n}\n\n/**\n * Address styling not present in IE 8/9.\n */\n\nmark {\n    background: #ff0;\n    color: #000;\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\n\nsmall {\n    font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\n\nsub,\nsup {\n    font-size: 75%;\n    line-height: 0;\n    position: relative;\n    vertical-align: baseline;\n}\n\nsup {\n    top: -0.5em;\n}\n\nsub {\n    bottom: -0.25em;\n}\n\n/* Embedded content\n   ========================================================================== */\n\n/**\n * Remove border when inside `a` element in IE 8/9/10.\n */\n\nimg {\n    border: 0;\n}\n\n/**\n * Correct overflow not hidden in IE 9/10/11.\n */\n\nsvg:not(:root) {\n    overflow: hidden;\n}\n\n/* Grouping content\n   ========================================================================== */\n\n/**\n * Address margin not present in IE 8/9 and Safari.\n */\n\nfigure {\n    margin: 1em 40px;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\n\nhr {\n    -moz-box-sizing: content-box;\n    box-sizing: content-box;\n    height: 0;\n}\n\n/**\n * Contain overflow in all browsers.\n */\n\npre {\n    overflow: auto;\n}\n\n/**\n * Address odd `em`-unit font size rendering in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n    font-family: var(--font-monospace);\n    font-size: 1em;\n}\n\n/* Forms\n   ========================================================================== */\n\n/**\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\n * styling of `select`, unless a `border` property is set.\n */\n\n/**\n * 1. Correct color not being inherited.\n *    Known issue: affects color of disabled elements.\n * 2. Correct font properties not being inherited.\n * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n    color: inherit; /* 1 */\n    font: inherit; /* 2 */\n    margin: 0; /* 3 */\n}\n\n/**\n * Address `overflow` set to `hidden` in IE 8/9/10/11.\n */\n\nbutton {\n    overflow: visible;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n * Correct `select` style inheritance in Firefox.\n */\n\nbutton,\nselect {\n    text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n *    and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n *    `input` and others.\n */\n\nbutton,\nhtml input[type=\"button\"], /* 1 */\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n    -webkit-appearance: button; /* 2 */\n    cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\n\nbutton[disabled],\nhtml input[disabled] {\n    cursor: default;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\n\ninput {\n    line-height: normal;\n}\n\n/**\n * It's recommended that you don't attempt to style these elements.\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\n *\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n    box-sizing: border-box; /* 1 */\n    padding: 0; /* 2 */\n}\n\n/**\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n */\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n    height: auto;\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari and Chrome\n *    (include `-moz` to future-proof).\n */\n\ninput[type=\"search\"] {\n    -webkit-appearance: textfield; /* 1 */\n    -moz-box-sizing: content-box;\n    -webkit-box-sizing: content-box; /* 2 */\n    box-sizing: content-box;\n}\n\n/**\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\n * Safari (but not Chrome) clips the cancel button when the search input has\n * padding (and `textfield` appearance).\n */\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n    -webkit-appearance: none;\n}\n\n/**\n * Define consistent border, margin, and padding.\n */\n\nfieldset {\n    border: 1px solid #c0c0c0;\n    margin: 0 2px;\n    padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9/10/11.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\n\nlegend {\n    border: 0; /* 1 */\n    padding: 0; /* 2 */\n}\n\n/**\n * Remove default vertical scrollbar in IE 8/9/10/11.\n */\n\ntextarea {\n    overflow: auto;\n}\n\n/**\n * Don't inherit the `font-weight` (applied by a rule above).\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n */\n\noptgroup {\n    font-weight: bold;\n}\n\n/* Tables\n   ========================================================================== */\n\n/**\n * Remove most spacing between table cells.\n */\n\ntable {\n    border-collapse: collapse;\n    border-spacing: 0;\n}\n\ntd,\nth {\n    padding: 0;\n}\n"
  },
  {
    "path": "docs/css/template.css",
    "content": "\n.phpdocumentor-content {\n    position: relative;\n    display: flex;\n    gap: var(--spacing-md);\n}\n\n.phpdocumentor-content > section:first-of-type {\n    width: 75%;\n    flex: 1 1 auto;\n}\n\n@media (min-width: 1900px) {\n    .phpdocumentor-content > section:first-of-type {\n        width: 100%;\n        flex: 1 1 auto;\n    }\n}\n\n.phpdocumentor .phpdocumentor-content__title {\n    margin-top: 0;\n}\n.phpdocumentor-summary {\n    font-style: italic;\n}\n.phpdocumentor-description {\n    margin-bottom: var(--spacing-md);\n}\n.phpdocumentor-element {\n    position: relative;\n}\n\n.phpdocumentor-element .phpdocumentor-element {\n    border: 1px solid var(--primary-color-lighten);\n    margin-bottom: var(--spacing-md);\n    padding: var(--spacing-xs);\n    border-radius: 5px;\n}\n\n.phpdocumentor-element.-deprecated .phpdocumentor-element__name {\n    text-decoration: line-through;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-element .phpdocumentor-element {\n        margin-bottom: var(--spacing-lg);\n        padding: var(--spacing-md);\n    }\n}\n\n.phpdocumentor-element__modifier {\n    font-size: var(--text-xxs);\n    padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2);\n    color: var(--text-color);\n    background-color: var(--light-gray);\n    border-radius: 3px;\n    text-transform: uppercase;\n}\n\n.phpdocumentor .phpdocumentor-elements__header {\n    margin-top: var(--spacing-xxl);\n    margin-bottom: var(--spacing-lg);\n}\n\n.phpdocumentor .phpdocumentor-element__name {\n    line-height: 1;\n    margin-top: 0;\n    font-weight: 300;\n    font-size: var(--text-lg);\n    word-break: break-all;\n    margin-bottom: var(--spacing-sm);\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor .phpdocumentor-element__name {\n        font-size: var(--text-xl);\n        margin-bottom: var(--spacing-xs);\n    }\n}\n\n@media (min-width: 1200px) {\n    .phpdocumentor .phpdocumentor-element__name {\n        margin-bottom: var(--spacing-md);\n    }\n}\n\n.phpdocumentor-element__package,\n.phpdocumentor-element__extends,\n.phpdocumentor-element__implements {\n    display: block;\n    font-size: var(--text-xxs);\n    font-weight: normal;\n    opacity: .7;\n}\n\n.phpdocumentor-element__package .phpdocumentor-breadcrumbs {\n    display: inline;\n}\n.phpdocumentor .phpdocumentor-signature {\n    display: block;\n    font-size: var(--text-sm);\n    border: 1px solid #f0f0f0;\n}\n\n.phpdocumentor .phpdocumentor-signature.-deprecated .phpdocumentor-signature__name {\n    text-decoration: line-through;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor .phpdocumentor-signature {\n        margin-left: calc(var(--spacing-xl) * -1);\n        width: calc(100% + var(--spacing-xl));\n    }\n}\n\n.phpdocumentor-table-of-contents {\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry {\n    margin-bottom: var(--spacing-xxs);\n    margin-left: 2rem;\n    display: flex;\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a {\n    flex: 0 1 auto;\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a.-deprecated {\n    text-decoration: line-through;\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span {\n    flex: 1;\n    white-space: nowrap;\n    text-overflow: ellipsis;\n    overflow: hidden;\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after {\n    content: '';\n    height: 12px;\n    width: 12px;\n    left: 16px;\n    position: absolute;\n}\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after {\n    background: url('data:image/svg+xml;utf8,<svg width=\"8\" height=\"10\" viewBox=\"0 0 8 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\"4\" width=\"8\" height=\"6\" rx=\"1.4\" fill=\"%23EE6749\"/><path d=\"M2 4C2 3 2.4 1 4 1C5.6 1 6 3 6 4\" stroke=\"%23EE6749\" stroke-width=\"1.4\"/></svg>') no-repeat;\n}\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after {\n    left: 13px;\n    background: url('data:image/svg+xml;utf8,<svg width=\"11\" height=\"9\" viewBox=\"0 0 11 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"3\" y=\"3\" width=\"8\" height=\"6\" rx=\"1.4\" fill=\"%23EE9949\"/><path d=\"M5 4C5 3 4.6 1 3 1C1.4 1 1 3 1 4\" stroke=\"%23EE9949\" stroke-width=\"1.4\"/></svg>') no-repeat;\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before {\n    width: 1.25rem;\n    height: 1.25rem;\n    line-height: 1.25rem;\n    background: transparent url('data:image/svg+xml;utf8,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"hsl(    96, 57%, 60%)\"/></svg>') no-repeat center center;\n    content: '';\n    position: absolute;\n    left: 0;\n    border-radius: 50%;\n    font-weight: 600;\n    color: white;\n    text-align: center;\n    font-size: .75rem;\n    margin-top: .2rem;\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before {\n    content: 'M';\n    color: '';\n    background-image: url('data:image/svg+xml;utf8,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"hsl(    96, 57%, 60%)\"/></svg>');\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before {\n    content: 'M';\n    color: '    96';\n    background-image: url('data:image/svg+xml;utf8,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"hsl(    96, 57%, 60%)\"/></svg>');\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before {\n    content: 'P'\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before {\n    content: 'C';\n    background-color: transparent;\n    background-image: url('data:image/svg+xml;utf8,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"-3.05176e-05\" y=\"9.99998\" width=\"14.1422\" height=\"14.1422\" transform=\"rotate(-45 -3.05176e-05 9.99998)\" fill=\"hsl(    96, 57%, 60%)\"/></svg>');\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before {\n    content: 'C'\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before {\n    content: 'I'\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before {\n    content: 'T'\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before {\n    content: 'N'\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before {\n    content: 'P'\n}\n\n.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before {\n    content: 'E'\n}\n\n.phpdocumentor-table-of-contents dd {\n    font-style: italic;\n    margin-left: 2rem;\n}\n.phpdocumentor-element-found-in {\n    display: none;\n}\n\n@media (min-width: 550px) {\n    .phpdocumentor-element-found-in {\n        display: block;\n        font-size: var(--text-sm);\n        color: gray;\n        margin-bottom: 1rem;\n    }\n}\n\n@media (min-width: 1200px) {\n    .phpdocumentor-element-found-in {\n        position: absolute;\n        top: var(--spacing-sm);\n        right: var(--spacing-sm);\n        font-size: var(--text-sm);\n        margin-bottom: 0;\n    }\n}\n\n.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source {\n    flex: 0 1 auto;\n    display: inline-flex;\n}\n\n.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after {\n    width: 1.25rem;\n    height: 1.25rem;\n    line-height: 1.25rem;\n    background: transparent url('data:image/svg+xml;utf8,<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"gray\"><path d=\"M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z\" stroke=\"gray\" stroke-width=\"1.4\"/></svg>') no-repeat center center;\n    content: '';\n    left: 0;\n    border-radius: 50%;\n    font-weight: 600;\n    text-align: center;\n    font-size: .75rem;\n    margin-top: .2rem;\n}\n.phpdocumentor-class-graph {\n    width: 100%; height: 600px; border:1px solid black; overflow: hidden\n}\n\n.phpdocumentor-class-graph__graph {\n    width: 100%;\n}\n.phpdocumentor-tag-list__definition {\n    display: flex;\n}\n\n.phpdocumentor-tag-link {\n    margin-right: var(--spacing-sm);\n}\n.phpdocumentor-uml-diagram svg {\n    cursor: zoom-in;\n}"
  },
  {
    "path": "docs/files/BrowserDetection.php.txt",
    "content": "<?php\n\n/**\n * Browser detection class file.\n * This file contains everything required to use the BrowserDetection class. Tested with PHP 8.3.6, 7.4.33 and 5.6.40.\n *\n * This program is free software; you can redistribute it and/or modify it under the terms of EITHER the MIT License\n * (SPDX short identifier: MIT) OR the GNU Lesser General Public License Version 3 (SPDX short identifier:\n * LGPL-3.0-only). License details can be found in the LICENSE-*.md files of this project or on the below URLs.\n *\n * @package BrowserDetection\n * @version 2.9.9\n * @last-modified March 23, 2025\n * @author Alexandre Valiquette\n * @copyright Copyright (c) 2025, Wolfcast\n * @license https://spdx.org/licenses/GPL-3.0-only.html\n * @license https://spdx.org/licenses/MIT.html\n * @link https://wolfcast.com/\n */\n\n\nnamespace Wolfcast;\n\n\n/**\n * The BrowserDetection class facilitates the identification of the user's environment such as Web browser, version,\n * platform and device type.\n *\n * Typical usage:\n *\n * ```php\n * $browser = new Wolfcast\\BrowserDetection();\n * if ($browser->getName() == Wolfcast\\BrowserDetection::BROWSER_FIREFOX &&\n *     $browser->compareVersions($browser->getVersion(), '5.0') >= 0) {\n *     echo 'You are using FireFox version 5 or greater.';\n * }\n * ```\n *\n * The class is a rewrite of Chris Schuld's Browser class version 1.9 which is mostly unmaintained since August 20th,\n * 2010. Chris' class was based on the original work from Gary White.\n *\n * Updates:\n *\n * 2025-03-23: Version 2.9.9\n *  + Added macOS Sequoia detection for browsers that still correctly report the macOS version.\n *\n * 2024-04-21: Version 2.9.8\n *  + Added macOS Sonoma and macOS Ventura detection. Note that all the majors Web browsers have reported macOS Catalina\n *    since 2021 for any macOS 11+ versions. See the documentation of macVerToStr() for more details.\n *  + Improved the library documentation when detecting Windows version names since Windows 11 is always reported as\n *    Windows 10. See windowsNTVerToStr() for more details.\n *  + Updated HTML documentation of the library to the latest version of phpDocumentor.\n *\n * 2022-09-20: Version 2.9.7\n *  + Changed licensing to dual licensing: MIT or LGPL-3.0-only. This has no impact on existing users. You can continue\n *    under the previous license or switch to MIT.\n *\n * 2022-05-01: Version 2.9.6\n *  + Added support for Chrome OS.\n *  + Added support for macOS Monterey and macOS Big Sur.\n *  + Now correctly detects AArch64 as 64-bit.\n *  + Added support for PHP 8.\n *  + Tested with latest Web Browsers and platforms.\n *\n * 2020-02-02: Version 2.9.5\n *  + WARNING! Breaking change: complete rework of robots detection. Now robot name and version is detected in addition\n *    of browser name and version. Use getRobotName() and getRobotVersion() when isRobot() is true.\n *  + WARNING! Breaking change: due to robots detection rework the following methods signatures has changed (isRobot\n *    parameter removed): addCustomBrowserDetection(), checkSimpleBrowserUA(), checkBrowserUAWithVersion().\n *  + Added possibility to support new robots with addCustomRobotDetection().\n *  + Added support for the new Microsoft Edge based on Chromium.\n *  + Added version names for Android 10 and later (Google no longer use candy names for new versions).\n *  + Added macOS Catalina detection.\n *  + Added Windows Server 2019 detection (Windows Server 2016 can be no longer detected due to the fact that they both\n *    use the same version number and that the build is not included in the user agent).\n *\n * 2019-03-27: Version 2.9.3\n *  + Fixed Edge detection on Android.\n *  + Added Android Q detection.\n *  + Now filtering superglobals.\n *\n * 2019-02-28: Version 2.9.2\n *  + Fixed Opera detection.\n *\n * 2018-08-23: Version 2.9.1\n *  + Fixed Chrome detection under iOS.\n *  + Added Android Pie detection.\n *  + Added macOS Mojave detection.\n *\n * 2018-07-15: Version 2.9.0\n *  + WARNING! Breaking change: new Wolfcast namespace. Use new Wolfcast\\BrowserDetection().\n *  + iPad, iPhone and iPod are all under iOS now.\n *  + Added Android Oreo detection.\n *  + Added macOS High Sierra detection.\n *  + Added UC Browser detection.\n *  + Improved regular expressions (even less false positives).\n *  + Removed AOL detection.\n *  + Removed the following Web browsers detection: Amaya, Galeon, NetPositive, OmniWeb, Vivaldi detection (use\n *    addCustomBrowserDetection()).\n *  + Removed the following legacy platforms detection: BeOS, OS/2, SunOS (use addCustomPlatformDetection()).\n *\n * 2016-11-28: Version 2.5.1\n *  + Better detection of 64-bit platforms.\n *\n * 2016-08-19: Version 2.5.0\n *  + Platform version and platform version name are now supported for Mac.\n *  + Fixed platform version name for Android.\n *\n * 2016-08-02: Version 2.4.0\n *  + Platform version and platform version name are now supported for Android.\n *  + Added support for the Samsung Internet browser.\n *  + Added support for the Vivaldi browser.\n *  + Better support for legacy Windows versions.\n *\n * 2016-02-11: Version 2.3.0\n *  + WARNING! Breaking change: public method getBrowser() is renamed to getName().\n *  + WARNING! Breaking change: changed the compareVersions() return values to be more in line with other libraries.\n *  + You can now get the exact platform version (name or version numbers) on which the browser is run on with\n *    getPlatformVersion(). Only working with Windows operating systems at the moment.\n *  + You can now determine if the browser is executed from a 64-bit platform with is64bitPlatform().\n *  + Better detection of mobile platform for Googlebot.\n *\n * 2016-01-04: Version 2.2.0\n *  + Added support for Microsoft Edge.\n *\n * 2014-12-30: Version 2.1.2\n *  + Better detection of Opera.\n *\n * 2014-07-11: Version 2.1.1\n *  + Better detection of mobile devices and platforms.\n *\n * 2014-06-04: Version 2.1.0\n *  + Added support for IE 11+.\n *\n * 2013-05-27: Version 2.0.0 which is (almost) a complete rewrite based on Chris Schuld's Browser class version 1.9 plus\n * changes below.\n *  + Added support for Opera Mobile\n *  + Added support for the Windows Phone (formerly Windows Mobile) platform\n *  + Added support for BlackBerry Tablet OS and BlackBerry 10\n *  + Added support for the Symbian platform\n *  + Added support for Bingbot\n *  + Added support for the Yahoo! Multimedia crawler\n *  + Removed iPhone/iPad/iPod browsers since there are not browsers but platforms - test them with getPlatform()\n *  + Removed support for Shiretoko (Firefox 3.5 alpha/beta) and MSN Browser\n *  + Merged Nokia and Nokia S60\n *  + Updated some deprecated browser names\n *  + Many public methods are now protected\n *  + Documentation updated\n *\n * 2010-07-04:\n *  + Added detection of IE compatibility view - test with getIECompatibilityView()\n *  + Added support for all (deprecated) Netscape versions\n *  + Added support for Safari < 3.0\n *  + Better Firefox version parsing\n *  + Better Opera version parsing\n *  + Better Mozilla detection\n *\n * @package BrowserDetection\n * @version 2.9.9\n * @last-modified March 23, 2025\n * @author Alexandre Valiquette, Chris Schuld, Gary White\n * @copyright Copyright (c) 2025, Wolfcast\n * @license https://spdx.org/licenses/GPL-3.0-only.html\n * @license https://spdx.org/licenses/MIT.html\n * @link https://wolfcast.com/\n * @link https://wolfcast.com/open-source/browser-detection/tutorial.php\n * @link https://chrisschuld.com/\n */\nclass BrowserDetection\n{\n\n    /**#@+\n     * Constant for the name of the Web browser.\n     */\n    const BROWSER_ANDROID = 'Android';\n    const BROWSER_BLACKBERRY = 'BlackBerry';\n    const BROWSER_CHROME = 'Chrome';\n    const BROWSER_EDGE = 'Edge';\n    const BROWSER_FIREBIRD = 'Firebird';\n    const BROWSER_FIREFOX = 'Firefox';\n    const BROWSER_ICAB = 'iCab';\n    const BROWSER_ICECAT = 'GNU IceCat';\n    const BROWSER_ICEWEASEL = 'GNU IceWeasel';\n    const BROWSER_IE = 'Internet Explorer';\n    const BROWSER_IE_MOBILE = 'Internet Explorer Mobile';\n    const BROWSER_KONQUEROR = 'Konqueror';\n    const BROWSER_LYNX = 'Lynx';\n    const BROWSER_MOZILLA = 'Mozilla';\n    const BROWSER_MSNTV = 'MSN TV';\n    const BROWSER_NETSCAPE = 'Netscape';\n    const BROWSER_NOKIA = 'Nokia Browser';\n    const BROWSER_OPERA = 'Opera';\n    const BROWSER_OPERA_MINI = 'Opera Mini';\n    const BROWSER_OPERA_MOBILE = 'Opera Mobile';\n    const BROWSER_PHOENIX = 'Phoenix';\n    const BROWSER_SAFARI = 'Safari';\n    const BROWSER_SAMSUNG = 'Samsung Internet';\n    const BROWSER_TABLET_OS = 'BlackBerry Tablet OS';\n    const BROWSER_UC = 'UC Browser';\n    const BROWSER_UNKNOWN = 'unknown';\n    /**#@-*/\n\n    /**#@+\n     * Constant for the name of the platform on which the Web browser runs.\n     */\n    const PLATFORM_ANDROID = 'Android';\n    const PLATFORM_BLACKBERRY = 'BlackBerry';\n    const PLATFORM_CHROME_OS = 'Chrome OS';\n    const PLATFORM_FREEBSD = 'FreeBSD';\n    const PLATFORM_IOS = 'iOS';\n    const PLATFORM_LINUX = 'Linux';\n    const PLATFORM_MACINTOSH = 'Macintosh';\n    const PLATFORM_NETBSD = 'NetBSD';\n    const PLATFORM_NOKIA = 'Nokia';\n    const PLATFORM_OPENBSD = 'OpenBSD';\n    const PLATFORM_OPENSOLARIS = 'OpenSolaris';\n    const PLATFORM_SYMBIAN = 'Symbian';\n    const PLATFORM_UNKNOWN = 'unknown';\n    const PLATFORM_VERSION_UNKNOWN = 'unknown';\n    const PLATFORM_WINDOWS = 'Windows';\n    const PLATFORM_WINDOWS_CE = 'Windows CE';\n    const PLATFORM_WINDOWS_PHONE = 'Windows Phone';\n    /**#@-*/\n\n    /**#@+\n     * Constant for the name of the robot.\n     */\n    const ROBOT_BINGBOT = 'Bingbot';\n    const ROBOT_GOOGLEBOT = 'Googlebot';\n    const ROBOT_MSNBOT = 'MSNBot';\n    const ROBOT_SLURP = 'Yahoo! Slurp';\n    const ROBOT_UNKNOWN = '';\n    const ROBOT_VERSION_UNKNOWN = '';\n    const ROBOT_W3CVALIDATOR = 'W3C Validator';\n    const ROBOT_YAHOO_MM = 'Yahoo! Multimedia';\n    /**#@-*/\n\n    /**\n     * Version unknown constant.\n     */\n    const VERSION_UNKNOWN = 'unknown';\n\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_agent = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_browserName = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_compatibilityViewName = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_compatibilityViewVer = '';\n\n    /**\n     * @var array\n     * @access private\n     */\n    private $_customBrowserDetection = array();\n\n    /**\n     * @var array\n     * @access private\n     */\n    private $_customPlatformDetection = array();\n\n    /**\n     * @var array\n     * @access private\n     */\n    private $_customRobotDetection = array();\n\n    /**\n     * @var boolean\n     * @access private\n     */\n    private $_is64bit = false;\n\n    /**\n     * @var boolean\n     * @access private\n     */\n    private $_isMobile = false;\n\n    /**\n     * @var boolean\n     * @access private\n     */\n    private $_isRobot = false;\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_platform = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_platformVersion = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_robotName = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_robotVersion = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_version = '';\n\n\n    //--- MAGIC METHODS ------------------------------------------------------------------------------------------------\n\n\n    /**\n     * BrowserDetection class constructor.\n     * @param string $useragent (optional) The user agent to work with. Leave empty for the current user agent\n     * (contained in $_SERVER['HTTP_USER_AGENT']).\n     */\n    public function __construct($useragent = '')\n    {\n        $this->setUserAgent($useragent);\n    }\n\n    /**\n     * Determine how the class will react when it is treated like a string.\n     * @return string Returns an HTML formatted string with a summary of the browser informations.\n     */\n    public function __toString()\n    {\n        $result = '';\n\n        $values = array();\n        $values[] = array('label' => 'User agent', 'value' => $this->getUserAgent());\n        $values[] = array('label' => 'Browser name', 'value' => $this->getName());\n        $values[] = array('label' => 'Browser version', 'value' => $this->getVersion());\n        $values[] = array('label' => 'Platform family', 'value' => $this->getPlatform());\n        $values[] = array('label' => 'Platform version', 'value' => $this->getPlatformVersion(true));\n        $values[] = array('label' => 'Platform version name', 'value' => $this->getPlatformVersion());\n        $values[] = array('label' => 'Platform is 64-bit', 'value' => $this->is64bitPlatform() ? 'true' : 'false');\n        $values[] = array('label' => 'Is mobile', 'value' => $this->isMobile() ? 'true' : 'false');\n        $values[] = array('label' => 'Is robot', 'value' => $this->isRobot() ? 'true' : 'false');\n        $values[] = array('label' => 'Robot name', 'value' => $this->isRobot() ? ($this->getRobotName() != self::ROBOT_UNKNOWN ? $this->getRobotName() : 'Unknown') : 'Not applicable');\n        $values[] = array('label' => 'Robot version', 'value' => $this->isRobot() ? ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN ? $this->getRobotVersion() : 'Unknown') : 'Not applicable');\n        $values[] = array('label' => 'IE is in compatibility view', 'value' => $this->isInIECompatibilityView() ? 'true' : 'false');\n        $values[] = array('label' => 'Emulated IE version', 'value' => $this->isInIECompatibilityView() ? $this->getIECompatibilityView() : 'Not applicable');\n        $values[] = array('label' => 'Is Chrome Frame', 'value' => $this->isChromeFrame() ? 'true' : 'false');\n\n        foreach ($values as $currVal) {\n            $result .= '<strong>' . htmlspecialchars($currVal['label'], ENT_NOQUOTES) . ':</strong> ' . $currVal['value'] . '<br />' . PHP_EOL;\n        }\n\n        return $result;\n    }\n\n\n    //--- PUBLIC MEMBERS -----------------------------------------------------------------------------------------------\n\n\n    /**\n     * Dynamically add support for a new Web browser.\n     * @param string $browserName The Web browser name (used for display).\n     * @param mixed $uaNameToLookFor (optional) The string (or array of strings) representing the browser name to find\n     * in the user agent. If omitted, $browserName will be used.\n     * @param boolean $isMobile (optional) Determines if the browser is from a mobile device.\n     * @param string $separator (optional) The separator string used to split the browser name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the browser name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the browser name can be found anywhere in the user agent string.\n     * @see removeCustomBrowserDetection()\n     * @return boolean Returns true if the custom rule has been added, false otherwise.\n     */\n    public function addCustomBrowserDetection($browserName, $uaNameToLookFor = '', $isMobile = false, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($browserName == '') {\n            return false;\n        }\n        if (array_key_exists($browserName, $this->_customBrowserDetection)) {\n            unset($this->_customBrowserDetection[$browserName]);\n        }\n        if ($uaNameToLookFor == '') {\n            $uaNameToLookFor = $browserName;\n        }\n        $this->_customBrowserDetection[$browserName] = array('uaNameToLookFor' => $uaNameToLookFor, 'isMobile' => $isMobile == true,\n                                                             'separator' => $separator, 'uaNameFindWords' => $uaNameFindWords == true);\n        return true;\n    }\n\n    /**\n     * Dynamically add support for a new platform.\n     * @param string $platformName The platform name (used for display).\n     * @param mixed $platformNameToLookFor (optional) The string (or array of strings) representing the platform name to\n     * find in the user agent. If omitted, $platformName will be used.\n     * @param boolean $isMobile (optional) Determines if the platform is from a mobile device.\n     * @param boolean $uaNameFindWords (optional) Determines if the platform name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * @see removeCustomPlatformDetection()\n     * @return boolean Returns true if the custom rule has been added, false otherwise.\n     */\n    public function addCustomPlatformDetection($platformName, $platformNameToLookFor = '', $isMobile = false, $uaNameFindWords = true)\n    {\n        if ($platformName == '') {\n            return false;\n        }\n        if (array_key_exists($platformName, $this->_customPlatformDetection)) {\n            unset($this->_customPlatformDetection[$platformName]);\n        }\n        if ($platformNameToLookFor == '') {\n            $platformNameToLookFor = $platformName;\n        }\n        $this->_customPlatformDetection[$platformName] = array('platformNameToLookFor' => $platformNameToLookFor,\n                                                               'isMobile' => $isMobile == true,\n                                                               'uaNameFindWords' => $uaNameFindWords == true);\n        return true;\n    }\n\n    /**\n     * Dynamically add support for a new robot.\n     * @param string $robotName The robot name (used for display).\n     * @param mixed $uaNameToLookFor (optional) The string (or array of strings) representing the robot name to find\n     * in the user agent. If omitted, $robotName will be used.\n     * @param boolean $isMobile (optional) Determines if the robot should be considered as mobile or not.\n     * @param string $separator (optional) The separator string used to split the robot name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the robot name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the robot name can be found anywhere in the user agent string.\n     * @see removeCustomRobotDetection()\n     * @return boolean Returns true if the custom rule has been added, false otherwise.\n     */\n    public function addCustomRobotDetection($robotName, $uaNameToLookFor = '', $isMobile = false, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($robotName == '') {\n            return false;\n        }\n        if (array_key_exists($robotName, $this->_customRobotDetection)) {\n            unset($this->_customRobotDetection[$robotName]);\n        }\n        if ($uaNameToLookFor == '') {\n            $uaNameToLookFor = $robotName;\n        }\n        $this->_customRobotDetection[$robotName] = array('uaNameToLookFor' => $uaNameToLookFor, 'isMobile' => $isMobile == true,\n                                                         'separator' => $separator, 'uaNameFindWords' => $uaNameFindWords == true);\n        return true;\n    }\n\n    /**\n     * Compare two version number strings.\n     * @param string $sourceVer The source version number.\n     * @param string $compareVer The version number to compare with the source version number.\n     * @return int Returns -1 if $sourceVer < $compareVer, 0 if $sourceVer == $compareVer or 1 if $sourceVer >\n     * $compareVer.\n     */\n    public function compareVersions($sourceVer, $compareVer)\n    {\n        $sourceVer = explode('.', $sourceVer);\n        foreach ($sourceVer as $k => $v) {\n            $sourceVer[$k] = $this->parseInt($v);\n        }\n\n        $compareVer = explode('.', $compareVer);\n        foreach ($compareVer as $k => $v) {\n            $compareVer[$k] = $this->parseInt($v);\n        }\n\n        if (count($sourceVer) != count($compareVer)) {\n            if (count($sourceVer) > count($compareVer)) {\n                for ($i = count($compareVer); $i < count($sourceVer); $i++) {\n                    $compareVer[$i] = 0;\n                }\n            } else {\n                for ($i = count($sourceVer); $i < count($compareVer); $i++) {\n                    $sourceVer[$i] = 0;\n                }\n            }\n        }\n\n        foreach ($sourceVer as $i => $srcVerPart) {\n            if ($srcVerPart > $compareVer[$i]) {\n                return 1;\n            } else {\n                if ($srcVerPart < $compareVer[$i]) {\n                    return -1;\n                }\n            }\n        }\n\n        return 0;\n    }\n\n    /**\n     * Get the name and version of the browser emulated in the compatibility view mode (if any). Since Internet\n     * Explorer 8, IE can be put in compatibility mode to make websites that were created for older browsers, especially\n     * IE 6 and 7, look better in IE 8+ which renders web pages closer to the standards and thus differently from those\n     * older versions of IE.\n     * @param boolean $asArray (optional) Determines if the return value must be an array (true) or a string (false).\n     * @return mixed If a string was requested, the function returns the name and version of the browser emulated in\n     * the compatibility view mode or an empty string if the browser is not in compatibility view mode. If an array was\n     * requested, an array with the keys 'browser' and 'version' is returned.\n     */\n    public function getIECompatibilityView($asArray = false)\n    {\n        if ($asArray) {\n            return array('browser' => $this->_compatibilityViewName, 'version' => $this->_compatibilityViewVer);\n        } else {\n            return trim($this->_compatibilityViewName . ' ' . $this->_compatibilityViewVer);\n        }\n    }\n\n    /**\n     * Return the BrowserDetection class version.\n     * @return string Returns the version as a sting with the #.#.# format.\n     */\n    public function getLibVersion()\n    {\n        return '2.9.9';\n    }\n\n    /**\n     * Get the name of the browser. All of the return values are class constants. You can compare them like this:\n     * $myBrowserInstance->getName() == BrowserDetection::BROWSER_FIREFOX.\n     * @return string Returns the name of the browser or BrowserDetection::BROWSER_UNKNOWN if unknown.\n     */\n    public function getName()\n    {\n        return $this->_browserName;\n    }\n\n    /**\n     * Get the name of the platform family on which the browser is run on (such as Windows, Apple, etc.). All of\n     * the return values are class constants. You can compare them like this:\n     * $myBrowserInstance->getPlatform() == BrowserDetection::PLATFORM_ANDROID.\n     * @return string Returns the name of the platform or BrowserDetection::PLATFORM_UNKNOWN if unknown.\n     */\n    public function getPlatform()\n    {\n        return $this->_platform;\n    }\n\n    /**\n     * Get the platform version on which the browser is run on. It can be returned as a string number like 'NT 6.3' or\n     * as a name like 'Windows 8.1'. When returning version string numbers for Windows NT OS families the number is\n     * prefixed by 'NT ' to differentiate from older Windows 3.x & 9x release. At the moment only the Windows and\n     * Android operating systems are supported.\n     * @param boolean $returnVersionNumbers (optional) Determines if the return value must be versions numbers as a\n     * string (true) or the version name (false).\n     * @param boolean $returnServerFlavor (optional) Since some Windows NT versions have the same values, this flag\n     * determines if the Server flavor is returned or not. For instance Windows 8.1 and Windows Server 2012 R2 both use\n     * version 6.3. This parameter is only useful when testing for Windows.\n     * @return string Returns the version name/version numbers of the platform or the constant PLATFORM_VERSION_UNKNOWN\n     * if unknown.\n     */\n    public function getPlatformVersion($returnVersionNumbers = false, $returnServerFlavor = false)\n    {\n        if ($this->_platformVersion == self::PLATFORM_VERSION_UNKNOWN || $this->_platformVersion == '') {\n            return self::PLATFORM_VERSION_UNKNOWN;\n        }\n\n        if ($returnVersionNumbers) {\n            return $this->_platformVersion;\n        } else {\n            switch ($this->getPlatform()) {\n                case self::PLATFORM_WINDOWS:\n                    if (substr($this->_platformVersion, 0, 3) == 'NT ') {\n                        return $this->windowsNTVerToStr(substr($this->_platformVersion, 3), $returnServerFlavor);\n                    } else {\n                        return $this->windowsVerToStr($this->_platformVersion);\n                    }\n                    break;\n\n                case self::PLATFORM_MACINTOSH:\n                    return $this->macVerToStr($this->_platformVersion);\n\n                case self::PLATFORM_ANDROID:\n                    return $this->androidVerToStr($this->_platformVersion);\n\n                case self::PLATFORM_IOS:\n                    return $this->iOSVerToStr($this->_platformVersion);\n\n                default: return self::PLATFORM_VERSION_UNKNOWN;\n            }\n        }\n    }\n\n    /**\n     * Get the name of the robot. All of the return values are class constants. You can compare them like this:\n     * $myBrowserInstance->getRobotName() == BrowserDetection::ROBOT_GOOGLEBOT.\n     * @return string Returns the name of the robot or BrowserDetection::ROBOT_UNKNOWN if unknown.\n     */\n    public function getRobotName()\n    {\n        return $this->_robotName;\n    }\n\n    /**\n     * Get the version of the robot.\n     * @return string Returns the version of the robot or BrowserDetection::ROBOT_VERSION_UNKNOWN if unknown.\n     */\n    public function getRobotVersion()\n    {\n        return $this->_robotVersion;\n    }\n\n    /**\n     * Get the user agent value used by the class to determine the browser details.\n     * @return string The user agent string.\n     */\n    public function getUserAgent()\n    {\n        return $this->_agent;\n    }\n\n    /**\n     * Get the version of the browser.\n     * @return string Returns the version of the browser or BrowserDetection::VERSION_UNKNOWN if unknown.\n     */\n    public function getVersion()\n    {\n        return $this->_version;\n    }\n\n    /**\n     * Determine if the browser is executed from a 64-bit platform. Keep in mind that not all platforms/browsers report\n     * this and the result may not always be accurate.\n     * @return boolean Returns true if the browser is executed from a 64-bit platform.\n     */\n    public function is64bitPlatform()\n    {\n        return $this->_is64bit;\n    }\n\n    /**\n     * Determine if the browser runs Google Chrome Frame (it's a plug-in designed for Internet Explorer 6+ based on the\n     * open-source Chromium project - it's like a Chrome browser within IE).\n     * @return boolean Returns true if the browser is using Google Chrome Frame, false otherwise.\n     */\n    public function isChromeFrame()\n    {\n        return $this->containString($this->_agent, 'chromeframe');\n    }\n\n    /**\n     * Determine if the browser is in compatibility view or not. Since Internet Explorer 8, IE can be put in\n     * compatibility mode to make websites that were created for older browsers, especially IE 6 and 7, look better in\n     * IE 8+ which renders web pages closer to the standards and thus differently from those older versions of IE.\n     * @return boolean Returns true if the browser is in compatibility view, false otherwise.\n     */\n    public function isInIECompatibilityView()\n    {\n        return ($this->_compatibilityViewName != '') || ($this->_compatibilityViewVer != '');\n    }\n\n    /**\n     * Determine if the browser is from a mobile device or not.\n     * @return boolean Returns true if the browser is from a mobile device, false otherwise.\n     */\n    public function isMobile()\n    {\n        return $this->_isMobile;\n    }\n\n    /**\n     * Determine if the browser is a robot (Googlebot, Bingbot, Yahoo! Slurp...) or not.\n     * @return boolean Returns true if the browser is a robot, false otherwise.\n     */\n    public function isRobot()\n    {\n        return $this->_isRobot;\n    }\n\n    /**\n     * Remove support for a previously added Web browser.\n     * @param string $browserName The Web browser name as used when added.\n     * @see addCustomBrowserDetection()\n     * @return boolean Returns true if the custom rule has been found and removed, false otherwise.\n     */\n    public function removeCustomBrowserDetection($browserName)\n    {\n        if (array_key_exists($browserName, $this->_customBrowserDetection)) {\n            unset($this->_customBrowserDetection[$browserName]);\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Remove support for a previously added platform.\n     * @param string $platformName The platform name as used when added.\n     * @see addCustomPlatformDetection()\n     * @return boolean Returns true if the custom rule has been found and removed, false otherwise.\n     */\n    public function removeCustomPlatformDetection($platformName)\n    {\n        if (array_key_exists($platformName, $this->_customPlatformDetection)) {\n            unset($this->_customPlatformDetection[$platformName]);\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Remove support for a previously added robot.\n     * @param string $robotName The robot name as used when added.\n     * @see addCustomRobotDetection()\n     * @return boolean Returns true if the custom rule has been found and removed, false otherwise.\n     */\n    public function removeCustomRobotDetection($robotName)\n    {\n        if (array_key_exists($robotName, $this->_customRobotDetection)) {\n            unset($this->_customRobotDetection[$robotName]);\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Set the user agent to use with the class.\n     * @param string $agentString (optional) The value of the user agent. If an empty string is sent (default),\n     * $_SERVER['HTTP_USER_AGENT'] will be used.\n     */\n    public function setUserAgent($agentString = '')\n    {\n        if (!is_string($agentString) || trim($agentString) == '') {\n            //https://bugs.php.net/bug.php?id=49184\n            if (filter_has_var(INPUT_SERVER, 'HTTP_USER_AGENT')) {\n                $agentString = filter_input(INPUT_SERVER, 'HTTP_USER_AGENT', FILTER_UNSAFE_RAW, FILTER_FLAG_STRIP_LOW);\n            } else if (array_key_exists('HTTP_USER_AGENT', $_SERVER) && is_string($_SERVER['HTTP_USER_AGENT'])) {\n                $agentString = filter_var($_SERVER['HTTP_USER_AGENT'], FILTER_UNSAFE_RAW, FILTER_FLAG_STRIP_LOW);\n            } else {\n                $agentString = '';\n            }\n\n            if ($agentString === false || $agentString === NULL) {\n                //filter_input or filter_var failed\n                $agentString = '';\n            }\n        }\n\n        $this->reset();\n        $this->_agent = $agentString;\n        $this->detect();\n    }\n\n\n    //--- PROTECTED MEMBERS --------------------------------------------------------------------------------------------\n\n\n    /**\n     * Convert the Android version numbers to the operating system name. For instance '1.6' returns 'Donut'.\n     * @access protected\n     * @param string $androidVer The Android version numbers as a string.\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function androidVerToStr($androidVer)\n    {\n        //https://en.wikipedia.org/wiki/Android_version_history\n\n        if ($this->compareVersions($androidVer, '10') >= 0) {\n            $majorVer = strstr($androidVer, '.', true);\n            if ($majorVer == '') {\n                $majorVer = $androidVer;\n            }\n            return self::BROWSER_ANDROID . ' ' . $majorVer;\n        } else if ($this->compareVersions($androidVer, '9') >= 0 && $this->compareVersions($androidVer, '10') < 0) {\n            return 'Pie';\n        } else if ($this->compareVersions($androidVer, '8') >= 0 && $this->compareVersions($androidVer, '9') < 0) {\n            return 'Oreo';\n        } else if ($this->compareVersions($androidVer, '7') >= 0 && $this->compareVersions($androidVer, '8') < 0) {\n            return 'Nougat';\n        } else if ($this->compareVersions($androidVer, '6') >= 0 && $this->compareVersions($androidVer, '7') < 0) {\n            return 'Marshmallow';\n        } else if ($this->compareVersions($androidVer, '5') >= 0 && $this->compareVersions($androidVer, '5.2') < 0) {\n            return 'Lollipop';\n        } else if ($this->compareVersions($androidVer, '4.4') >= 0 && $this->compareVersions($androidVer, '4.5') < 0) {\n            return 'KitKat';\n        } else if ($this->compareVersions($androidVer, '4.1') >= 0 && $this->compareVersions($androidVer, '4.4') < 0) {\n            return 'Jelly Bean';\n        } else if ($this->compareVersions($androidVer, '4') >= 0 && $this->compareVersions($androidVer, '4.1') < 0) {\n            return 'Ice Cream Sandwich';\n        } else if ($this->compareVersions($androidVer, '3') >= 0 && $this->compareVersions($androidVer, '3.3') < 0) {\n            return 'Honeycomb';\n        } else if ($this->compareVersions($androidVer, '2.3') >= 0 && $this->compareVersions($androidVer, '2.4') < 0) {\n            return 'Gingerbread';\n        } else if ($this->compareVersions($androidVer, '2.2') >= 0 && $this->compareVersions($androidVer, '2.3') < 0) {\n            return 'Froyo';\n        } else if ($this->compareVersions($androidVer, '2') >= 0 && $this->compareVersions($androidVer, '2.2') < 0) {\n            return 'Eclair';\n        } else if ($this->compareVersions($androidVer, '1.6') == 0) {\n            return 'Donut';\n        } else if ($this->compareVersions($androidVer, '1.5') == 0) {\n            return 'Cupcake';\n        } else {\n            return self::PLATFORM_VERSION_UNKNOWN; //Unknown/unnamed Android version\n        }\n    }\n\n    /**\n     * Determine if the browser is the Android browser (based on the WebKit layout engine and coupled with Chrome's\n     * JavaScript engine) or not.\n     * @access protected\n     * @return boolean Returns true if the browser is the Android browser, false otherwise.\n     */\n    protected function checkBrowserAndroid()\n    {\n        //Android don't use the standard \"Android/1.0\", it uses \"Android 1.0;\" instead\n        return $this->checkSimpleBrowserUA('Android', $this->_agent, self::BROWSER_ANDROID, true);\n    }\n\n    /**\n     * Determine if the browser is the BlackBerry browser or not.\n     * @access protected\n     * @link https://web.archive.org/web/20170328000854/http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862\n     * @return boolean Returns true if the browser is the BlackBerry browser, false otherwise.\n     */\n    protected function checkBrowserBlackBerry()\n    {\n        $found = false;\n\n        //Tablet OS check\n        if ($this->checkSimpleBrowserUA('RIM Tablet OS', $this->_agent, self::BROWSER_TABLET_OS, true)) {\n            return true;\n        }\n\n        //Version 6, 7 & 10 check (versions 8 & 9 does not exists)\n        if ($this->checkBrowserUAWithVersion(array('BlackBerry', 'BB10'), $this->_agent, self::BROWSER_BLACKBERRY, true)) {\n            if ($this->getVersion() == self::VERSION_UNKNOWN) {\n                $found = true;\n            } else {\n                return true;\n            }\n        }\n\n        //Version 4.2 to 5.0 check\n        if ($this->checkSimpleBrowserUA('BlackBerry', $this->_agent, self::BROWSER_BLACKBERRY, true, '/', false)) {\n            if ($this->getVersion() == self::VERSION_UNKNOWN) {\n                $found = true;\n            } else {\n                return true;\n            }\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is Chrome or not.\n     * @access protected\n     * @link https://www.google.com/chrome/\n     * @return boolean Returns true if the browser is Chrome, false otherwise.\n     */\n    protected function checkBrowserChrome()\n    {\n        return $this->checkSimpleBrowserUA(array('Chrome', 'CriOS'), $this->_agent, self::BROWSER_CHROME);\n    }\n\n    /**\n     * Determine if the browser is among the custom browser rules or not. Rules are checked in the order they were\n     * added.\n     * @access protected\n     * @return boolean Returns true if we found the browser we were looking for in the custom rules, false otherwise.\n     */\n    protected function checkBrowserCustom()\n    {\n        foreach ($this->_customBrowserDetection as $browserName => $customBrowser) {\n            $uaNameToLookFor = $customBrowser['uaNameToLookFor'];\n            $isMobile = $customBrowser['isMobile'];\n            $separator = $customBrowser['separator'];\n            $uaNameFindWords = $customBrowser['uaNameFindWords'];\n            if ($this->checkSimpleBrowserUA($uaNameToLookFor, $this->_agent, $browserName, $isMobile, $separator, $uaNameFindWords)) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    /**\n     * Determine if the browser is Edge or not.\n     * @access protected\n     * @return boolean Returns true if the browser is Edge, false otherwise.\n     */\n    protected function checkBrowserEdge()\n    {\n        return $this->checkSimpleBrowserUA(array('Edg', 'Edge', 'EdgA'), $this->_agent, self::BROWSER_EDGE);\n    }\n\n    /**\n     * Determine if the browser is Firebird or not. Firebird was the name of Firefox from version 0.6 to 0.7.1.\n     * @access protected\n     * @return boolean Returns true if the browser is Firebird, false otherwise.\n     */\n    protected function checkBrowserFirebird()\n    {\n        return $this->checkSimpleBrowserUA('Firebird', $this->_agent, self::BROWSER_FIREBIRD);\n    }\n\n    /**\n     * Determine if the browser is Firefox or not.\n     * @access protected\n     * @link https://www.mozilla.org/en-US/firefox/new/\n     * @return boolean Returns true if the browser is Firefox, false otherwise.\n     */\n    protected function checkBrowserFirefox()\n    {\n        //Safari heavily matches with Firefox, ensure that Safari is filtered out...\n        if (preg_match('/.*Firefox[ (\\/]*([a-z0-9.-]*)/i', $this->_agent, $matches) &&\n                !$this->containString($this->_agent, 'Safari')) {\n            $this->setBrowser(self::BROWSER_FIREFOX);\n            $this->setVersion($matches[1]);\n            $this->setMobile(false);\n            $this->setRobot(false);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is iCab or not.\n     * @access protected\n     * @link http://www.icab.de/\n     * @return boolean Returns true if the browser is iCab, false otherwise.\n     */\n    protected function checkBrowserIcab()\n    {\n        //Some (early) iCab versions don't use the standard \"iCab/1.0\", they uses \"iCab 1.0;\" instead\n        return $this->checkSimpleBrowserUA('iCab', $this->_agent, self::BROWSER_ICAB);\n    }\n\n    /**\n     * Determine if the browser is GNU IceCat (formerly known as GNU IceWeasel) or not.\n     * @access protected\n     * @link https://www.gnu.org/software/gnuzilla/\n     * @return boolean Returns true if the browser is GNU IceCat, false otherwise.\n     */\n    protected function checkBrowserIceCat()\n    {\n        return $this->checkSimpleBrowserUA('IceCat', $this->_agent, self::BROWSER_ICECAT);\n    }\n\n    /**\n     * Determine if the browser is GNU IceWeasel (now know as GNU IceCat) or not.\n     * @access protected\n     * @see checkBrowserIceCat()\n     * @return boolean Returns true if the browser is GNU IceWeasel, false otherwise.\n     */\n    protected function checkBrowserIceWeasel()\n    {\n        return $this->checkSimpleBrowserUA('Iceweasel', $this->_agent, self::BROWSER_ICEWEASEL);\n    }\n\n    /**\n     * Determine if the browser is Internet Explorer or not.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/Internet_Explorer\n     * @link https://en.wikipedia.org/wiki/Internet_Explorer_Mobile\n     * @return boolean Returns true if the browser is Internet Explorer, false otherwise.\n     */\n    protected function checkBrowserInternetExplorer()\n    {\n        //Test for Internet Explorer Mobile (formerly Pocket Internet Explorer)\n        if ($this->checkSimpleBrowserUA(array('IEMobile', 'MSPIE'), $this->_agent, self::BROWSER_IE_MOBILE, true)) {\n            return true;\n        }\n\n        //Several browsers uses IE compatibility UAs filter these browsers out (but after testing for IE Mobile)\n        if ($this->containString($this->_agent, 'Opera') || $this->containString($this->_agent, array('BlackBerry', 'Nokia'), true, false)) {\n            return false;\n        }\n\n        //Test for Internet Explorer 1\n        if ($this->checkSimpleBrowserUA('Microsoft Internet Explorer', $this->_agent, self::BROWSER_IE)) {\n            if ($this->getVersion() == self::VERSION_UNKNOWN) {\n                if (preg_match('/308|425|426|474|0b1/i', $this->_agent)) {\n                    $this->setVersion('1.5');\n                } else {\n                    $this->setVersion('1.0');\n                }\n            }\n            return true;\n        }\n\n        //Test for Internet Explorer 2+\n        if ($this->containString($this->_agent, array('MSIE', 'Trident'))) {\n            $version = '';\n\n            if ($this->containString($this->_agent, 'Trident')) {\n                //Test for Internet Explorer 11+ (check the rv: string)\n                if ($this->containString($this->_agent, 'rv:', true, false)) {\n                    if ($this->checkSimpleBrowserUA('Trident', $this->_agent, self::BROWSER_IE, false, 'rv:')) {\n                        return true;\n                    }\n                } else {\n                    //Test for Internet Explorer 8, 9 & 10 (check the Trident string)\n                    if (preg_match('/Trident\\/([\\d]+)/i', $this->_agent, $foundVersion)) {\n                        //Trident started with version 4.0 on IE 8\n                        $verFromTrident = $this->parseInt($foundVersion[1]) + 4;\n                        if ($verFromTrident >= 8) {\n                            $version = $verFromTrident . '.0';\n                        }\n                    }\n                }\n\n                //If we have the IE version from Trident, we can check for the compatibility view mode\n                if ($version != '') {\n                    $emulatedVer = '';\n                    preg_match_all('/MSIE\\s*([^\\s;$]+)/i', $this->_agent, $foundVersions);\n                    foreach ($foundVersions[1] as $currVer) {\n                        //Keep the lowest MSIE version for the emulated version (in compatibility view mode)\n                        if ($emulatedVer == '' || $this->compareVersions($emulatedVer, $currVer) == 1) {\n                            $emulatedVer = $currVer;\n                        }\n                    }\n                    //Set the compatibility view mode if $version != $emulatedVer\n                    if ($this->compareVersions($version, $emulatedVer) != 0) {\n                        $this->_compatibilityViewName = self::BROWSER_IE;\n                        $this->_compatibilityViewVer = $this->cleanVersion($emulatedVer);\n                    }\n                }\n            }\n\n            //Test for Internet Explorer 2-7 versions if needed\n            if ($version == '') {\n                preg_match_all('/MSIE\\s+([^\\s;$]+)/i', $this->_agent, $foundVersions);\n                foreach ($foundVersions[1] as $currVer) {\n                    //Keep the highest MSIE version\n                    if ($version == '' || $this->compareVersions($version, $currVer) == -1) {\n                        $version = $currVer;\n                    }\n                }\n            }\n\n            $this->setBrowser(self::BROWSER_IE);\n            $this->setVersion($version);\n            $this->setMobile(false);\n            $this->setRobot(false);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is Konqueror or not.\n     * @access protected\n     * @link https://www.konqueror.org/\n     * @return boolean Returns true if the browser is Konqueror, false otherwise.\n     */\n    protected function checkBrowserKonqueror()\n    {\n        return $this->checkSimpleBrowserUA('Konqueror', $this->_agent, self::BROWSER_KONQUEROR);\n    }\n\n    /**\n     * Determine if the browser is Lynx or not. It is the oldest web browser currently in general use and development.\n     * It is a text-based only Web browser.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/Lynx_(web_browser)\n     * @return boolean Returns true if the browser is Lynx, false otherwise.\n     */\n    protected function checkBrowserLynx()\n    {\n        return $this->checkSimpleBrowserUA('Lynx', $this->_agent, self::BROWSER_LYNX);\n    }\n\n    /**\n     * Determine if the browser is Mozilla or not.\n     * @access protected\n     * @return boolean Returns true if the browser is Mozilla, false otherwise.\n     */\n    protected function checkBrowserMozilla()\n    {\n        return $this->checkSimpleBrowserUA('Mozilla', $this->_agent, self::BROWSER_MOZILLA, false, 'rv:');\n    }\n\n    /**\n     * Determine if the browser is MSN TV (formerly WebTV) or not.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/MSN_TV\n     * @return boolean Returns true if the browser is WebTv, false otherwise.\n     */\n    protected function checkBrowserMsnTv()\n    {\n        return $this->checkSimpleBrowserUA('webtv', $this->_agent, self::BROWSER_MSNTV);\n    }\n\n    /**\n     * Determine if the browser is Netscape or not. Official support for this browser ended on March 1st, 2008.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/Netscape\n     * @return boolean Returns true if the browser is Netscape, false otherwise.\n     */\n    protected function checkBrowserNetscape()\n    {\n        //BlackBerry & Nokia UAs can conflict with Netscape UAs\n        if ($this->containString($this->_agent, array('BlackBerry', 'Nokia'), true, false)) {\n            return false;\n        }\n\n        //Netscape v6 to v9 check\n        if ($this->checkSimpleBrowserUA(array('Netscape', 'Navigator', 'Netscape6'), $this->_agent, self::BROWSER_NETSCAPE)) {\n            return true;\n        }\n\n        //Netscape v1-4 (v5 don't exists)\n        $found = false;\n        if ($this->containString($this->_agent, 'Mozilla') && !$this->containString($this->_agent, 'rv:', true, false)) {\n            $version = '';\n            $verParts = explode('/', stristr($this->_agent, 'Mozilla'));\n            if (count($verParts) > 1) {\n                $verParts = explode(' ', $verParts[1]);\n                $verParts = explode('.', $verParts[0]);\n\n                $majorVer = $this->parseInt($verParts[0]);\n                if ($majorVer > 0 && $majorVer < 5) {\n                    $version = implode('.', $verParts);\n                    $found = true;\n\n                    if (strtolower(substr($version, -4)) == '-sgi') {\n                        $version = substr($version, 0, -4);\n                    } else {\n                        if (strtolower(substr($version, -4)) == 'gold') {\n                            $version = substr($version, 0, -4) . ' Gold'; //Doubles spaces (if any) will be normalized by setVersion()\n                        }\n                    }\n                }\n            }\n        }\n\n        if ($found) {\n            $this->setBrowser(self::BROWSER_NETSCAPE);\n            $this->setVersion($version);\n            $this->setMobile(false);\n            $this->setRobot(false);\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is a Nokia browser or not.\n     * @access protected\n     * @link https://web.archive.org/web/20141012034159/http://www.developer.nokia.com/Community/Wiki/User-Agent_headers_for_Nokia_devices\n     * @return boolean Returns true if the browser is a Nokia browser, false otherwise.\n     */\n    protected function checkBrowserNokia()\n    {\n        if ($this->containString($this->_agent, array('Nokia5800', 'Nokia5530', 'Nokia5230'), true, false)) {\n            $this->setBrowser(self::BROWSER_NOKIA);\n            $this->setVersion('7.0');\n            $this->setMobile(true);\n            $this->setRobot(false);\n\n            return true;\n        }\n\n        if ($this->checkSimpleBrowserUA(array('NokiaBrowser', 'BrowserNG', 'Series60', 'S60', 'S40OviBrowser'), $this->_agent, self::BROWSER_NOKIA, true)) {\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is Opera or not.\n     * @access protected\n     * @link https://www.opera.com/\n     * @link https://www.opera.com/mobile/\n     * @link https://web.archive.org/web/20140220123653/http://my.opera.com/community/openweb/idopera/\n     * @return boolean Returns true if the browser is Opera, false otherwise.\n     */\n    protected function checkBrowserOpera()\n    {\n        if ($this->checkBrowserUAWithVersion('Opera Mobi', $this->_agent, self::BROWSER_OPERA_MOBILE, true)) {\n            return true;\n        }\n\n        if ($this->checkSimpleBrowserUA('Opera Mini', $this->_agent, self::BROWSER_OPERA_MINI, true)) {\n            return true;\n        }\n\n        $version = '';\n        $found = $this->checkBrowserUAWithVersion('Opera', $this->_agent, self::BROWSER_OPERA);\n        if ($found && $this->getVersion() != self::VERSION_UNKNOWN) {\n            $version = $this->getVersion();\n        }\n\n        if (!$found || $version == '') {\n            if ($this->checkSimpleBrowserUA('Opera', $this->_agent, self::BROWSER_OPERA)) {\n                return true;\n            }\n        }\n\n        if (!$found && $this->checkSimpleBrowserUA('Chrome', $this->_agent, self::BROWSER_CHROME) ) {\n            if ($this->checkSimpleBrowserUA('OPR', $this->_agent, self::BROWSER_OPERA)) {\n                return true;\n            }\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is Phoenix or not. Phoenix was the name of Firefox from version 0.1 to 0.5.\n     * @access protected\n     * @return boolean Returns true if the browser is Phoenix, false otherwise.\n     */\n    protected function checkBrowserPhoenix()\n    {\n        return $this->checkSimpleBrowserUA('Phoenix', $this->_agent, self::BROWSER_PHOENIX);\n    }\n\n    /**\n     * Determine what is the browser used by the user.\n     * @access protected\n     * @return boolean Returns true if the browser has been identified, false otherwise.\n     */\n    protected function checkBrowser()\n    {\n        //Changing the check order can break the class detection results!\n        return\n               /* Major browsers and browsers that need to be detected in a special order */\n               $this->checkBrowserCustom() ||           /* Customs rules are always checked first */\n               $this->checkBrowserMsnTv() ||            /* MSN TV is based on IE so we must check for MSN TV before IE */\n               $this->checkBrowserInternetExplorer() ||\n               $this->checkBrowserOpera() ||            /* Opera must be checked before Firefox, Netscape and Chrome to avoid conflicts */\n               $this->checkBrowserEdge() ||             /* Edge must be checked before Firefox, Safari and Chrome to avoid conflicts */\n               $this->checkBrowserSamsung() ||          /* Samsung Internet browser must be checked before Chrome and Safari to avoid conflicts */\n               $this->checkBrowserUC() ||               /* UC Browser must be checked before Chrome and Safari to avoid conflicts */\n               $this->checkBrowserChrome() ||           /* Chrome must be checked before Netscaoe and Mozilla to avoid conflicts */\n               $this->checkBrowserIcab() ||             /* Check iCab before Netscape since iCab have Mozilla UAs */\n               $this->checkBrowserNetscape() ||         /* Must be checked before Firefox since Netscape 8-9 are based on Firefox */\n               $this->checkBrowserIceCat() ||           /* Check IceCat and IceWeasel before Firefox since they are GNU builds of Firefox */\n               $this->checkBrowserIceWeasel() ||\n               $this->checkBrowserFirefox() ||\n               /* Current browsers that don't need to be detected in any special order */\n               $this->checkBrowserKonqueror() ||\n               $this->checkBrowserLynx() ||\n               /* Mobile */\n               $this->checkBrowserAndroid() ||\n               $this->checkBrowserBlackBerry() ||\n               $this->checkBrowserNokia() ||\n               /* WebKit base check (after most other checks) */\n               $this->checkBrowserSafari() ||\n               /* Deprecated browsers that don't need to be detected in any special order */\n               $this->checkBrowserFirebird() ||\n               $this->checkBrowserPhoenix() ||\n               /* Mozilla is such an open standard that it must be checked last */\n               $this->checkBrowserMozilla();\n    }\n\n    /**\n     * Determine if the browser is Safari or not.\n     * @access protected\n     * @link https://www.apple.com/safari/\n     * @link https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\n     * @link https://en.wikipedia.org/wiki/Safari_version_history#Release_history\n     * @return boolean Returns true if the browser is Safari, false otherwise.\n     */\n    protected function checkBrowserSafari()\n    {\n        $version = '';\n\n        //Check for current versions of Safari\n        $found = $this->checkBrowserUAWithVersion(array('Safari', 'AppleWebKit'), $this->_agent, self::BROWSER_SAFARI);\n        if ($found && $this->getVersion() != self::VERSION_UNKNOWN) {\n            $version = $this->getVersion();\n        }\n\n        //Safari 1-2 didn't had a \"Version\" string in the UA, only a WebKit build and/or Safari build, extract version from these...\n        if (!$found || $version == '') {\n            if (preg_match('/.*Safari[ (\\/]*([a-z0-9.-]*)/i', $this->_agent, $matches)) {\n                $version = $this->safariBuildToSafariVer($matches[1]);\n                $found = true;\n            }\n        }\n        if (!$found || $version == '') {\n            if (preg_match('/.*AppleWebKit[ (\\/]*([a-z0-9.-]*)/i', $this->_agent, $matches)) {\n                $version = $this->webKitBuildToSafariVer($matches[1]);\n                $found = true;\n            }\n        }\n\n        if ($found) {\n            $this->setBrowser(self::BROWSER_SAFARI);\n            $this->setVersion($version);\n            $this->setMobile(false);\n            $this->setRobot(false);\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is the Samsung Internet browser or not.\n     * @access protected\n     * @return boolean Returns true if the browser is the the Samsung Internet browser, false otherwise.\n     */\n    protected function checkBrowserSamsung()\n    {\n        return $this->checkSimpleBrowserUA('SamsungBrowser', $this->_agent, self::BROWSER_SAMSUNG, true);\n    }\n\n    /**\n     * Test the user agent for a specific browser that use a \"Version\" string (like Safari and Opera). The user agent\n     * should look like: \"Version/1.0 Browser name/123.456\" or \"Browser name/123.456 Version/1.0\".\n     * @access protected\n     * @param mixed $uaNameToLookFor The string (or array of strings) representing the browser name to find in the user\n     * agent.\n     * @param string $userAgent The user agent string to work with.\n     * @param string $browserName The literal browser name. Always use a class constant!\n     * @param boolean $isMobile (optional) Determines if the browser is from a mobile device.\n     * @param boolean $findWords (optional) Determines if the needle should match a word to be found. For example \"Bar\"\n     * would not be found in \"FooBar\" when true but would be found in \"Foo Bar\". When set to false, the needle can be\n     * found anywhere in the haystack.\n     * @return boolean Returns true if we found the browser we were looking for, false otherwise.\n     */\n    protected function checkBrowserUAWithVersion($uaNameToLookFor, $userAgent, $browserName, $isMobile = false, $findWords = true)\n    {\n        if (!is_array($uaNameToLookFor)) {\n            $uaNameToLookFor = array($uaNameToLookFor);\n        }\n\n        foreach ($uaNameToLookFor as $currUANameToLookFor) {\n            if ($this->containString($userAgent, $currUANameToLookFor, true, $findWords)) {\n                $version = '';\n                $verParts = explode('/', stristr($this->_agent, 'Version'));\n                if (count($verParts) > 1) {\n                    $verParts = explode(' ', $verParts[1]);\n                    $version = $verParts[0];\n                }\n\n                $this->setBrowser($browserName);\n                $this->setVersion($version);\n\n                $this->setMobile($isMobile);\n\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is UC Browser or not.\n     * @access protected\n     * @return boolean Returns true if the browser is UC Browser, false otherwise.\n     */\n    protected function checkBrowserUC()\n    {\n        return $this->checkSimpleBrowserUA('UCBrowser', $this->_agent, self::BROWSER_UC, true);\n    }\n\n    /**\n     * Determine the user's platform.\n     * @access protected\n     */\n    protected function checkPlatform()\n    {\n        if (!$this->checkPlatformCustom()) { /* Customs rules are always checked first */\n            /* Mobile platforms */\n            if ($this->containString($this->_agent, array('Windows Phone', 'IEMobile'))) { /* Check Windows Phone (formerly Windows Mobile) before Windows */\n                $this->setPlatform(self::PLATFORM_WINDOWS_PHONE);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'Windows CE')) { /* Check Windows CE before Windows */\n                $this->setPlatform(self::PLATFORM_WINDOWS_CE);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, array('CPU OS', 'CPU iPhone OS', 'iPhone', 'iPad', 'iPod'))) { /* Check iOS (iPad/iPod/iPhone) before Macintosh */\n                $this->setPlatform(self::PLATFORM_IOS);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, array('CrOS', 'Chromebook'))) {\n                $this->setPlatform(self::PLATFORM_CHROME_OS);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'Android')) {\n                $this->setPlatform(self::PLATFORM_ANDROID);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'BlackBerry', true, false) || $this->containString($this->_agent, array('BB10', 'RIM Tablet OS'))) {\n                $this->setPlatform(self::PLATFORM_BLACKBERRY);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'Nokia', true, false)) {\n                $this->setPlatform(self::PLATFORM_NOKIA);\n                $this->setMobile(true);\n\n            /* Desktop platforms */\n            } else if ($this->containString($this->_agent, 'Windows')) {\n                $this->setPlatform(self::PLATFORM_WINDOWS);\n            } else if ($this->containString($this->_agent, 'Macintosh')) {\n                $this->setPlatform(self::PLATFORM_MACINTOSH);\n            } else if ($this->containString($this->_agent, 'Linux')) {\n                $this->setPlatform(self::PLATFORM_LINUX);\n            } else if ($this->containString($this->_agent, 'FreeBSD')) {\n                $this->setPlatform(self::PLATFORM_FREEBSD);\n            } else if ($this->containString($this->_agent, 'OpenBSD')) {\n                $this->setPlatform(self::PLATFORM_OPENBSD);\n            } else if ($this->containString($this->_agent, 'NetBSD')) {\n                $this->setPlatform(self::PLATFORM_NETBSD);\n\n            /* Discontinued */\n            } else if ($this->containString($this->_agent, array('Symbian', 'SymbianOS'))) {\n                $this->setPlatform(self::PLATFORM_SYMBIAN);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'OpenSolaris')) {\n                $this->setPlatform(self::PLATFORM_OPENSOLARIS);\n\n            /* Generic */\n            } else if ($this->containString($this->_agent, 'Win', true, false)) {\n                $this->setPlatform(self::PLATFORM_WINDOWS);\n            } else if ($this->containString($this->_agent, 'Mac', true, false)) {\n                $this->setPlatform(self::PLATFORM_MACINTOSH);\n            }\n        }\n\n        //Check if it's a 64-bit platform\n        if ($this->containString($this->_agent, array('WOW64', 'Win64', 'AMD64', 'x86_64', 'x86-64', 'Aarch64', 'ia64',\n                'IRIX64', 'ppc64', 'sparc64', 'x64;', 'x64_64'))) {\n            $this->set64bit(true);\n        }\n\n        $this->checkPlatformVersion();\n    }\n\n    /**\n     * Determine if the platform is among the custom platform rules or not. Rules are checked in the order they were\n     * added.\n     * @access protected\n     * @return boolean Returns true if we found the platform we were looking for in the custom rules, false otherwise.\n     */\n    protected function checkPlatformCustom()\n    {\n        foreach ($this->_customPlatformDetection as $platformName => $customPlatform) {\n            $platformNameToLookFor = $customPlatform['platformNameToLookFor'];\n            $isMobile = $customPlatform['isMobile'];\n            $findWords = $customPlatform['uaNameFindWords'];\n            if ($this->containString($this->_agent, $platformNameToLookFor, true, $findWords)) {\n                $this->setPlatform($platformName);\n                if ($isMobile) {\n                    $this->setMobile(true);\n                }\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine the user's platform version.\n     * @access protected\n     */\n    protected function checkPlatformVersion()\n    {\n        $result = '';\n        switch ($this->getPlatform()) {\n            case self::PLATFORM_WINDOWS:\n                if (preg_match('/Windows NT\\s*(\\d+(?:\\.\\d+)*)/i', $this->_agent, $foundVersion)) {\n                    $result = 'NT ' . $foundVersion[1];\n                } else {\n                    //https://support.microsoft.com/en-us/kb/158238\n\n                    if ($this->containString($this->_agent, array('Windows XP', 'WinXP', 'Win XP'))) {\n                        $result = '5.1';\n                    } else if ($this->containString($this->_agent, 'Windows 2000', 'Win 2000', 'Win2000')) {\n                        $result = '5.0';\n                    } else if ($this->containString($this->_agent, array('Win 9x 4.90', 'Windows ME', 'WinME', 'Win ME'))) {\n                        $result = '4.90.3000'; //Windows Me version range from 4.90.3000 to 4.90.3000A\n                    } else if ($this->containString($this->_agent, array('Windows 98', 'Win98', 'Win 98'))) {\n                        $result = '4.10'; //Windows 98 version range from 4.10.1998 to 4.10.2222B\n                    } else if ($this->containString($this->_agent, array('Windows 95', 'Win95', 'Win 95'))) {\n                        $result = '4.00'; //Windows 95 version range from 4.00.950 to 4.03.1214\n                    } else if (($foundAt = stripos($this->_agent, 'Windows 3')) !== false) {\n                        $result = '3';\n                        if (preg_match('/\\d+(?:\\.\\d+)*/', substr($this->_agent, $foundAt + strlen('Windows 3')), $foundVersion)) {\n                            $result .= '.' . $foundVersion[0];\n                        }\n                    } else if ($this->containString($this->_agent, 'Win16')) {\n                        $result = '3.1';\n                    }\n                }\n                break;\n\n            case self::PLATFORM_MACINTOSH:\n                if (preg_match('/Mac OS X\\s*(\\d+(?:_\\d+)+)/i', $this->_agent, $foundVersion)) {\n                    $result = str_replace('_', '.', $this->cleanVersion($foundVersion[1]));\n                } else if ($this->containString($this->_agent, 'Mac OS X')) {\n                    $result = '10';\n                }\n                break;\n\n            case self::PLATFORM_CHROME_OS:\n                if (preg_match('/CrOS\\s*\\w*\\s*([^\\s;$]+)/i', $this->_agent, $foundVersion)) {\n                    $result = $this->cleanVersion($foundVersion[1]);\n                }\n                else if (preg_match('/Chromebook\\s+([^\\s;$]+)/i', $this->_agent, $foundVersion)) {\n                    $result = $this->cleanVersion($foundVersion[1], 'Build');\n                }\n                break;\n\n            case self::PLATFORM_ANDROID:\n                if (preg_match('/Android\\s+([^\\s;$]+)/i', $this->_agent, $foundVersion)) {\n                    $result = $this->cleanVersion($foundVersion[1]);\n                }\n                break;\n\n            case self::PLATFORM_IOS:\n                if (preg_match('/(?:CPU OS|iPhone OS|iOS)[\\s_]*([\\d_]+)/i', $this->_agent, $foundVersion)) {\n                    $result = str_replace('_', '.', $this->cleanVersion($foundVersion[1]));\n                }\n                break;\n        }\n\n        if (trim($result) == '') {\n            $result = self::PLATFORM_VERSION_UNKNOWN;\n        }\n        $this->setPlatformVersion($result);\n    }\n\n    /**\n     * Determine if the robot is the Bingbot crawler or not.\n     * @access protected\n     * @link https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0\n     * @return boolean Returns true if the robot is Bingbot, false otherwise.\n     */\n    protected function checkRobotBingbot()\n    {\n        return $this->checkSimpleRobot('bingbot', $this->_agent, self::ROBOT_BINGBOT);\n    }\n\n    /**\n     * Determine if the robot is the Googlebot crawler or not.\n     * @access protected\n     * @return boolean Returns true if the robot is Googlebot, false otherwise.\n     */\n    protected function checkRobotGooglebot()\n    {\n        if ($this->checkSimpleRobot('Googlebot', $this->_agent, self::ROBOT_GOOGLEBOT)) {\n            if ($this->containString($this->_agent, 'googlebot-mobile')) {\n                $this->setMobile(true);\n            }\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the robot is the MSNBot crawler or not. In October 2010 it was replaced by the Bingbot robot.\n     * @access protected\n     * @see checkRobotBingbot()\n     * @return boolean Returns true if the robot is MSNBot, false otherwise.\n     */\n    protected function checkRobotMsnBot()\n    {\n        return $this->checkSimpleRobot('msnbot', $this->_agent, self::ROBOT_MSNBOT);\n    }\n\n    /**\n     * Determine if it's a robot crawling the page and find it's name and version.\n     * @access protected\n     */\n    protected function checkRobot()\n    {\n        $this->checkRobotCustom() || /* Customs rules are always checked first */\n        $this->checkRobotGooglebot() ||\n        $this->checkRobotBingbot() ||\n        $this->checkRobotMsnBot() ||\n        $this->checkRobotSlurp() ||\n        $this->checkRobotYahooMultimedia() ||\n        $this->checkRobotW3CValidator();\n    }\n\n    /**\n     * Determine if the robot is among the custom robot rules or not. Rules are checked in the order they were added.\n     * @access protected\n     * @return boolean Returns true if we found the robot we were looking for in the custom rules, false otherwise.\n     */\n    protected function checkRobotCustom()\n    {\n        foreach ($this->_customRobotDetection as $robotName => $customRobot) {\n            $uaNameToLookFor = $customRobot['uaNameToLookFor'];\n            $isMobile = $customRobot['isMobile'];\n            $separator = $customRobot['separator'];\n            $uaNameFindWords = $customRobot['uaNameFindWords'];\n\n            if ($this->checkSimpleRobot($uaNameToLookFor, $this->_agent, $robotName, $separator, $uaNameFindWords)) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    /**\n     * Determine if the robot is the Yahoo! Slurp crawler or not.\n     * @access protected\n     * @return boolean Returns true if the robot is Yahoo! Slurp, false otherwise.\n     */\n    protected function checkRobotSlurp()\n    {\n        return $this->checkSimpleRobot('Yahoo! Slurp', $this->_agent, self::ROBOT_SLURP);\n    }\n\n    /**\n     * Determine if the robot is the W3C Validator or not.\n     * @access protected\n     * @link https://validator.w3.org/\n     * @return boolean Returns true if the robot is the W3C Validator, false otherwise.\n     */\n    protected function checkRobotW3CValidator()\n    {\n        //Since the W3C validates pages with different robots we will prefix our versions with the part validated on the page...\n\n        //W3C Link Checker (prefixed with \"Link-\")\n        if ($this->checkSimpleRobot('W3C-checklink', $this->_agent, self::ROBOT_W3CVALIDATOR)) {\n            if ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN) {\n                $this->setRobotVersion('Link-' . $this->getRobotVersion());\n            }\n            return true;\n        }\n\n        //W3C CSS Validation Service (prefixed with \"CSS-\")\n        if ($this->checkSimpleRobot('Jigsaw', $this->_agent, self::ROBOT_W3CVALIDATOR)) {\n            if ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN) {\n                $this->setRobotVersion('CSS-' . $this->getRobotVersion());\n            }\n            return true;\n        }\n\n        //W3C mobileOK Checker (prefixed with \"mobileOK-\")\n        if ($this->checkSimpleRobot('W3C-mobileOK', $this->_agent, self::ROBOT_W3CVALIDATOR)) {\n            if ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN) {\n                $this->setRobotVersion('mobileOK-' . $this->getRobotVersion());\n            }\n            return true;\n        }\n\n        //W3C Markup Validation Service (no prefix)\n        return $this->checkSimpleRobot('W3C_Validator', $this->_agent, self::ROBOT_W3CVALIDATOR);\n    }\n\n    /**\n     * Determine if the robot is the Yahoo! multimedia crawler or not.\n     * @access protected\n     * @return boolean Returns true if the robot is the Yahoo! multimedia crawler, false otherwise.\n     */\n    protected function checkRobotYahooMultimedia()\n    {\n        return $this->checkSimpleRobot('Yahoo-MMCrawler', $this->_agent, self::ROBOT_YAHOO_MM);\n    }\n\n    /**\n     * Test the user agent for a specific browser where the browser name is immediately followed by the version number.\n     * The user agent should look like: \"Browser name/1.0\" or \"Browser 1.0;\".\n     * @access protected\n     * @param mixed $uaNameToLookFor The string (or array of strings) representing the browser name to find in the user\n     * agent.\n     * @param string $userAgent The user agent string to work with.\n     * @param string $browserName The literal browser name. Always use a class constant!\n     * @param boolean $isMobile (optional) Determines if the browser is from a mobile device.\n     * @param string $separator (optional) The separator string used to split the browser name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the browser name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the browser name can be found anywhere in the user agent string.\n     * @return boolean Returns true if we found the browser we were looking for, false otherwise.\n     */\n    protected function checkSimpleBrowserUA($uaNameToLookFor, $userAgent, $browserName, $isMobile = false, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($this->findAndGetVersion($uaNameToLookFor, $userAgent, $version, $separator, $uaNameFindWords)) {\n            $this->setBrowser($browserName);\n            $this->setVersion($version);\n\n            $this->setMobile($isMobile);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Test the user agent for a specific robot where the robot name is immediately followed by the version number.\n     * The user agent should look like: \"Robot name/1.0\" or \"Robot 1.0;\".\n     * @access protected\n     * @param mixed $uaNameToLookFor The string (or array of strings) representing the robot name to find in the user\n     * agent.\n     * @param string $userAgent The user agent string to work with.\n     * @param string $robotName The literal robot name. Always use a class constant!\n     * @param string $separator (optional) The separator string used to split the robot name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the robot name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the robot name can be found anywhere in the user agent string.\n     * @return boolean Returns true if we found the robot we were looking for, false otherwise.\n     */\n    protected function checkSimpleRobot($uaNameToLookFor, $userAgent, $robotName, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($this->findAndGetVersion($uaNameToLookFor, $userAgent, $version, $separator, $uaNameFindWords)) {\n            $this->setRobot(true);\n            $this->setRobotName($robotName);\n            $this->setRobotVersion($version);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Clean a version string from unwanted characters.\n     * @access protected\n     * @param string $version The version string to clean.\n     * @param mixed $toRemove (optional) String or array of strings representing additional string(s) to remove.\n     * @return string Returns the cleaned version number string.\n     */\n    protected function cleanVersion($version, $toRemove = NULL)\n    {\n        $cleanVer = $version;\n        if ($toRemove !== NULL) {\n            $cleanVer = str_ireplace($toRemove, '', $cleanVer);\n        }\n\n        //Clear anything that is in parentheses (and the parentheses themselves) - will clear started but unclosed ones too\n        $cleanVer = preg_replace('/\\([^)]+\\)?/', '', $cleanVer);\n        //Replace with a space any character which is NOT an alphanumeric, dot (.), hyphen (-), underscore (_) or space\n        $cleanVer = preg_replace('/[^0-9.a-zA-Z_ -]/', ' ', $cleanVer);\n\n        //Remove trailing and leading spaces\n        $cleanVer = trim($cleanVer);\n\n        //Remove trailing dot (.), hyphen (-), underscore (_)\n        while (in_array(substr($cleanVer, -1), array('.', '-', '_'))) {\n            $cleanVer = substr($cleanVer, 0, -1);\n        }\n        //Remove leading dot (.), hyphen (-), underscore (_) and character v\n        while (in_array(substr($cleanVer, 0, 1), array('.', '-', '_', 'v', 'V'))) {\n            $cleanVer = substr($cleanVer, 1);\n        }\n\n        //Remove double spaces if any\n        while (strpos($cleanVer, '  ') !== false) {\n            $cleanVer = str_replace('  ', ' ', $cleanVer);\n        }\n\n        return trim($cleanVer);\n    }\n\n    /**\n     * Find if one or more substring is contained in a string.\n     * @access protected\n     * @param string $haystack The string to search in.\n     * @param mixed $needle The string to search for. Can be a string or an array of strings if multiples values are to\n     * be searched.\n     * @param boolean $insensitive (optional) Determines if we do a case-sensitive search (false) or a case-insensitive\n     * one (true).\n     * @param boolean $findWords (optional) Determines if the needle should match a word to be found. For example \"Bar\"\n     * would not be found in \"FooBar\" when true but would be found in \"Foo Bar\". When set to false, the needle can be\n     * found anywhere in the haystack.\n     * @param int $foundPos (optional) Integer buffer that will contain the position of the needle (if found and if a\n     * non NULL variable has been passed).\n     * @return boolean Returns true if the needle (or one of the needles) has been found in the haystack, false\n     * otherwise.\n     */\n    protected function containString($haystack, $needle, $insensitive = true, $findWords = true, &$foundPos = NULL)\n    {\n        if (!is_array($needle)) {\n            $needle = array($needle);\n        }\n\n        foreach ($needle as $currNeedle) {\n            if ($findWords) {\n                 $position = $this->wordPos($haystack, $currNeedle, $insensitive);\n            } else {\n                if ($insensitive) {\n                    $position = stripos($haystack, $currNeedle);\n                } else {\n                    $position = strpos($haystack, $currNeedle);\n                }\n            }\n\n            if ($position !== false) {\n                if ($foundPos !== NULL) {\n                    $foundPos = $position;\n                }\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Detect the user environment from the details in the user agent string.\n     * @access protected\n     */\n    protected function detect()\n    {\n        $this->checkBrowser();\n        $this->checkPlatform(); //Check the platform after the browser since some platforms can change the mobile value\n        $this->checkRobot();\n    }\n\n    /**\n     * Test the user agent for a specific browser and extract it's version.\n     * @access protected\n     * @param type $uaNameToLookFor The string (or array of strings) representing the browser name to find in the user\n     * agent.\n     * @param type $userAgent The user agent string to work with.\n     * @param type $version String buffer that will contain the version found (if any).\n     * @param type $separator (optional) The separator string used to split the browser name and the version number in\n     * the user agent.\n     * @param type $uaNameFindWords (optional) Determines if the browser name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the browser name can be found anywhere in the user agent string.\n     * @return boolean Returns true if we found the browser we were looking for, false otherwise.\n     */\n    protected function findAndGetVersion($uaNameToLookFor, $userAgent, &$version, $separator = '/', $uaNameFindWords = true)\n    {\n        $version = '';\n        if (!is_array($uaNameToLookFor)) {\n            $uaNameToLookFor = array($uaNameToLookFor);\n        }\n\n        foreach ($uaNameToLookFor as $currUANameToLookFor) {\n            $foundPos = -1;\n            if ($this->containString($userAgent, $currUANameToLookFor, true, $uaNameFindWords, $foundPos)) {\n                //Many browsers don't use the standard \"Browser/1.0\" format, they uses \"Browser 1.0;\" instead\n                if (stripos($userAgent, $currUANameToLookFor . $separator) === false) {\n                    $userAgent = str_ireplace($currUANameToLookFor . ' ', $currUANameToLookFor . $separator, $userAgent);\n                }\n\n                $verParts = explode($separator, substr($userAgent, $foundPos));\n                if (count($verParts) > 1) {\n                    $verParts = explode(' ', $verParts[1]);\n                    $version = $verParts[0];\n                }\n\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Convert the iOS version numbers to the operating system name. For instance '2.0' returns 'iPhone OS 2.0'.\n     * @access protected\n     * @param string $iOSVer The iOS version numbers as a string.\n     * @return string The operating system name.\n     */\n    protected function iOSVerToStr($iOSVer)\n    {\n        if ($this->compareVersions($iOSVer, '3.0') <= 0) {\n            return 'iPhone OS ' . $iOSVer;\n        } else {\n            return 'iOS ' . $iOSVer;\n        }\n    }\n\n    /**\n     * Convert the macOS version numbers to the operating system name. For instance '10.7' returns 'Mac OS X Lion'.\n     *\n     * Firefox, Safari and Chromium development teams have discovered a long tail of websites broken when reporting\n     * \"Mac OS X 11\" in the user agent string. In order to slightly improve user privacy as well as Web compatibility,\n     * they all capped the reported macOS version to 10.15 (Catalina) in the user agent string.\n     *\n     * Firefox reported macOS version is capped at 10.15 since Firefox 87 (March 23, 2021). This change has been also\n     * backported in Firefox 78.9.0esr (March 23, 2021).\n     *\n     * Safari reported macOS version is capped at 10.15.7 since Safari 14.1 (April 26, 2021).\n     *\n     * Chromium reported macOS version is capped at 10.15.7 since Chromium 91.0.4437.0 (May 25, 2021).\n     *\n     * See below links for more details.\n     * @access protected\n     * @param string $macVer The macOS version numbers as a string.\n     * @link https://bugzilla.mozilla.org/show_bug.cgi?id=1679929\n     * @link https://github.com/WebKit/WebKit/commit/94d3ce0900c31c929798e91ea86dcfe604251a9e\n     * @link https://github.com/WebKit/WebKit/commit/a46b2c6dd07fab463f1b2353c5d5b2ff43000f58\n     * @link https://chromiumdash.appspot.com/commit/a632542e79f2589e1b3f470827c7d03092be0afb\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function macVerToStr($macVer)\n    {\n        //https://en.wikipedia.org/wiki/OS_X#Release_history\n\n        if ($this->_platformVersion === '10') {\n            return 'Mac OS X'; //Unspecified Mac OS X version\n        } else if ($this->compareVersions($macVer, '15.0') >= 0 && $this->compareVersions($macVer, '16.0') < 0) {\n            return 'macOS Sequoia';\n        } else if ($this->compareVersions($macVer, '14.0') >= 0 && $this->compareVersions($macVer, '15.0') < 0) {\n            return 'macOS Sonoma';\n        } else if ($this->compareVersions($macVer, '13.0') >= 0 && $this->compareVersions($macVer, '14.0') < 0) {\n            return 'macOS Ventura';\n        } else if ($this->compareVersions($macVer, '12.0') >= 0 && $this->compareVersions($macVer, '13.0') < 0) {\n            return 'macOS Monterey';\n        } else if ($this->compareVersions($macVer, '11.0') >= 0 && $this->compareVersions($macVer, '12.0') < 0) {\n            return 'macOS Big Sur';\n        } else if ($this->compareVersions($macVer, '10.15') >= 0 && $this->compareVersions($macVer, '10.16') < 0) {\n            return 'macOS Catalina';\n        } else if ($this->compareVersions($macVer, '10.14') >= 0 && $this->compareVersions($macVer, '10.15') < 0) {\n            return 'macOS Mojave';\n        } else if ($this->compareVersions($macVer, '10.13') >= 0 && $this->compareVersions($macVer, '10.14') < 0) {\n            return 'macOS High Sierra';\n        } else if ($this->compareVersions($macVer, '10.12') >= 0 && $this->compareVersions($macVer, '10.13') < 0) {\n            return 'macOS Sierra';\n        } else if ($this->compareVersions($macVer, '10.11') >= 0 && $this->compareVersions($macVer, '10.12') < 0) {\n            return 'OS X El Capitan';\n        } else if ($this->compareVersions($macVer, '10.10') >= 0 && $this->compareVersions($macVer, '10.11') < 0) {\n            return 'OS X Yosemite';\n        } else if ($this->compareVersions($macVer, '10.9') >= 0 && $this->compareVersions($macVer, '10.10') < 0) {\n            return 'OS X Mavericks';\n        } else if ($this->compareVersions($macVer, '10.8') >= 0 && $this->compareVersions($macVer, '10.9') < 0) {\n            return 'OS X Mountain Lion';\n        } else if ($this->compareVersions($macVer, '10.7') >= 0 && $this->compareVersions($macVer, '10.8') < 0) {\n            return 'Mac OS X Lion';\n        } else if ($this->compareVersions($macVer, '10.6') >= 0 && $this->compareVersions($macVer, '10.7') < 0) {\n            return 'Mac OS X Snow Leopard';\n        } else if ($this->compareVersions($macVer, '10.5') >= 0 && $this->compareVersions($macVer, '10.6') < 0) {\n            return 'Mac OS X Leopard';\n        } else if ($this->compareVersions($macVer, '10.4') >= 0 && $this->compareVersions($macVer, '10.5') < 0) {\n            return 'Mac OS X Tiger';\n        } else if ($this->compareVersions($macVer, '10.3') >= 0 && $this->compareVersions($macVer, '10.4') < 0) {\n            return 'Mac OS X Panther';\n        } else if ($this->compareVersions($macVer, '10.2') >= 0 && $this->compareVersions($macVer, '10.3') < 0) {\n            return 'Mac OS X Jaguar';\n        } else if ($this->compareVersions($macVer, '10.1') >= 0 && $this->compareVersions($macVer, '10.2') < 0) {\n            return 'Mac OS X Puma';\n        } else if ($this->compareVersions($macVer, '10.0') >= 0 && $this->compareVersions($macVer, '10.1') < 0) {\n            return 'Mac OS X Cheetah';\n        } else {\n            return self::PLATFORM_VERSION_UNKNOWN; //Unknown/unnamed Mac OS version\n        }\n    }\n\n    /**\n     * Get the integer value of a string variable.\n     * @access protected\n     * @param string $intStr The scalar value being converted to an integer.\n     * @return int The integer value of $intStr on success, or 0 on failure.\n     */\n    protected function parseInt($intStr)\n    {\n        return intval($intStr, 10);\n    }\n\n    /**\n     * Reset all the properties of the class.\n     * @access protected\n     */\n    protected function reset()\n    {\n        $this->_agent = '';\n        $this->_browserName = self::BROWSER_UNKNOWN;\n        $this->_compatibilityViewName = '';\n        $this->_compatibilityViewVer = '';\n        $this->_is64bit = false;\n        $this->_isMobile = false;\n        $this->_isRobot = false;\n        $this->_platform = self::PLATFORM_UNKNOWN;\n        $this->_platformVersion = self::PLATFORM_VERSION_UNKNOWN;\n        $this->_robotName = self::ROBOT_UNKNOWN;\n        $this->_robotVersion = self::ROBOT_VERSION_UNKNOWN;\n        $this->_version = self::VERSION_UNKNOWN;\n    }\n\n    /**\n     * Convert a Safari build number to a Safari version number.\n     * @access protected\n     * @param string $version A string representing the version number.\n     * @link https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\n     * @return string Returns the Safari version string. If the version can't be determined, an empty string is\n     * returned.\n     */\n    protected function safariBuildToSafariVer($version)\n    {\n        $verParts = explode('.', $version);\n\n        //We need a 3 parts version (version 2 will becomes 2.0.0)\n        while (count($verParts) < 3) {\n            $verParts[] = 0;\n        }\n        foreach ($verParts as $i => $currPart) {\n            $verParts[$i] = $this->parseInt($currPart);\n        }\n\n        switch ($verParts[0]) {\n            case 419: $result = '2.0.4';\n                break;\n            case 417: $result = '2.0.3';\n                break;\n            case 416: $result = '2.0.2';\n                break;\n\n            case 412:\n                if ($verParts[1] >= 5) {\n                    $result = '2.0.1';\n                } else {\n                    $result = '2.0';\n                }\n                break;\n\n            case 312:\n                if ($verParts[1] >= 5) {\n                    $result = '1.3.2';\n                } else {\n                    if ($verParts[1] >= 3) {\n                        $result = '1.3.1';\n                    } else {\n                        $result = '1.3';\n                    }\n                }\n                break;\n\n            case 125:\n                if ($verParts[1] >= 11) {\n                    $result = '1.2.4';\n                } else {\n                    if ($verParts[1] >= 9) {\n                        $result = '1.2.3';\n                    } else {\n                        if ($verParts[1] >= 7) {\n                            $result = '1.2.2';\n                        } else {\n                            $result = '1.2';\n                        }\n                    }\n                }\n                break;\n\n            case 100:\n                if ($verParts[1] >= 1) {\n                    $result = '1.1.1';\n                } else {\n                    $result = '1.1';\n                }\n                break;\n\n            case 85:\n                if ($verParts[1] >= 8) {\n                    $result = '1.0.3';\n                } else {\n                    if ($verParts[1] >= 7) {\n                        $result = '1.0.2';\n                    } else {\n                        $result = '1.0';\n                    }\n                }\n                break;\n\n            case 73: $result = '0.9';\n                break;\n            case 51: $result = '0.8.1';\n                break;\n            case 48: $result = '0.8';\n                break;\n\n            default: $result = '';\n        }\n\n        return $result;\n    }\n\n    /**\n     * Set if the browser is executed from a 64-bit platform.\n     * @access protected\n     * @param boolean $is64bit Value that tells if the browser is executed from a 64-bit platform.\n     */\n    protected function set64bit($is64bit)\n    {\n        $this->_is64bit = $is64bit == true;\n    }\n\n    /**\n     * Set the name of the browser.\n     * @access protected\n     * @param string $browserName The name of the browser.\n     */\n    protected function setBrowser($browserName)\n    {\n        $this->_browserName = $browserName;\n    }\n\n    /**\n     * Set the browser to be from a mobile device or not.\n     * @access protected\n     * @param boolean $isMobile (optional) Value that tells if the browser is on a mobile device or not.\n     */\n    protected function setMobile($isMobile = true)\n    {\n        $this->_isMobile = $isMobile == true;\n    }\n\n    /**\n     * Set the platform on which the browser is on.\n     * @access protected\n     * @param string $platform The name of the platform.\n     */\n    protected function setPlatform($platform)\n    {\n        $this->_platform = $platform;\n    }\n\n    /**\n     * Set the platform version on which the browser is on.\n     * @access protected\n     * @param string $platformVer The version numbers of the platform.\n     */\n    protected function setPlatformVersion($platformVer)\n    {\n        $this->_platformVersion = $platformVer;\n    }\n\n    /**\n     * Set the browser to be a robot (crawler) or not.\n     * @access protected\n     * @param boolean $isRobot (optional) Value that tells if the browser is a robot or not.\n     */\n    protected function setRobot($isRobot = true)\n    {\n        $this->_isRobot = $isRobot == true;\n    }\n\n    /**\n     * Set the name of the robot.\n     * @access protected\n     * @param string $robotName The name of the robot.\n     */\n    protected function setRobotName($robotName)\n    {\n        $this->_robotName = $robotName;\n    }\n\n    /**\n     * Set the version of the robot.\n     * @access protected\n     * @param string $robotVersion The version of the robot.\n     */\n    protected function setRobotVersion($robotVersion)\n    {\n        $cleanVer = $this->cleanVersion($robotVersion);\n\n        if ($cleanVer == '') {\n            $this->_robotVersion = self::ROBOT_VERSION_UNKNOWN;\n        } else {\n            $this->_robotVersion = $cleanVer;\n        }\n    }\n\n    /**\n     * Set the version of the browser.\n     * @access protected\n     * @param string $version The version of the browser.\n     */\n    protected function setVersion($version)\n    {\n        $cleanVer = $this->cleanVersion($version);\n\n        if ($cleanVer == '') {\n            $this->_version = self::VERSION_UNKNOWN;\n        } else {\n            $this->_version = $cleanVer;\n        }\n    }\n\n    /**\n     * Convert a WebKit build number to a Safari version number.\n     * @access protected\n     * @param string $version A string representing the version number.\n     * @link https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\n     * @return string Returns the Safari version string. If the version can't be determined, an empty string is\n     * returned.\n     */\n    protected function webKitBuildToSafariVer($version)\n    {\n        $verParts = explode('.', $version);\n\n        //We need a 3 parts version (version 2 will becomes 2.0.0)\n        while (count($verParts) < 3) {\n            $verParts[] = 0;\n        }\n        foreach ($verParts as $i => $currPart) {\n            $verParts[$i] = $this->parseInt($currPart);\n        }\n\n        switch ($verParts[0]) {\n            case 419: $result = '2.0.4';\n                break;\n\n            case 418:\n                if ($verParts[1] >= 8) {\n                    $result = '2.0.4';\n                } else {\n                    $result = '2.0.3';\n                }\n                break;\n\n            case 417: $result = '2.0.3';\n                break;\n\n            case 416: $result = '2.0.2';\n                break;\n\n            case 412:\n                if ($verParts[1] >= 7) {\n                    $result = '2.0.1';\n                } else {\n                    $result = '2.0';\n                }\n                break;\n\n            case 312:\n                if ($verParts[1] >= 8) {\n                    $result = '1.3.2';\n                } else {\n                    if ($verParts[1] >= 5) {\n                        $result = '1.3.1';\n                    } else {\n                        $result = '1.3';\n                    }\n                }\n                break;\n\n            case 125:\n                if ($this->compareVersions('5.4', $verParts[1] . '.' . $verParts[2]) == -1) {\n                    $result = '1.2.4'; //125.5.5+\n                } else {\n                    if ($verParts[1] >= 4) {\n                        $result = '1.2.3';\n                    } else {\n                        if ($verParts[1] >= 2) {\n                            $result = '1.2.2';\n                        } else {\n                            $result = '1.2';\n                        }\n                    }\n                }\n                break;\n\n            //WebKit 100 can be either Safari 1.1 (Safari build 100) or 1.1.1 (Safari build 100.1)\n            //for this reason, check the Safari build before the WebKit build.\n            case 100: $result = '1.1.1';\n                break;\n\n            case 85:\n                if ($verParts[1] >= 8) {\n                    $result = '1.0.3';\n                } else {\n                    if ($verParts[1] >= 7) {\n                        //WebKit 85.7 can be either Safari 1.0 (Safari build 85.5) or 1.0.2 (Safari build 85.7)\n                        //for this reason, check the Safari build before the WebKit build.\n                        $result = '1.0.2';\n                    } else {\n                        $result = '1.0';\n                    }\n                }\n                break;\n\n            case 73: $result = '0.9';\n                break;\n            case 51: $result = '0.8.1';\n                break;\n            case 48: $result = '0.8';\n                break;\n\n            default: $result = '';\n        }\n\n        return $result;\n    }\n\n    /**\n     * Convert the Windows NT family version numbers to the operating system name. For instance '5.1' returns\n     * 'Windows XP'.\n     *\n     * Windows 10 and Windows 11 share the same major version number (10). Windows 11 starts with build 22000 (version\n     * 10.0.22000) but the build is not included in the UA.\n     *\n     * Windows Server 2022, 2019 & 2016 have also the same version number (10). Again, only the build can differentiate\n     * these versions.\n     * @access protected\n     * @param string $winVer The Windows NT family version numbers as a string.\n     * @param boolean $returnServerFlavor (optional) Since some Windows NT versions have the same values, this flag\n     * determines if the Server flavor is returned or not. For instance Windows 8.1 and Windows Server 2012 R2 both use\n     * version 6.3.\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function windowsNTVerToStr($winVer, $returnServerFlavor = false)\n    {\n        //https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions\n\n        $cleanWinVer = explode('.', $winVer);\n        while (count($cleanWinVer) > 2) {\n            array_pop($cleanWinVer);\n        }\n        $cleanWinVer = implode('.', $cleanWinVer);\n\n        if ($this->compareVersions($cleanWinVer, '11') >= 0) {\n            return self::PLATFORM_WINDOWS . ' ' . $winVer;\n        } else if ($this->compareVersions($cleanWinVer, '10') >= 0) {\n            return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2022') : (self::PLATFORM_WINDOWS . ' 10');\n        } else if ($this->compareVersions($cleanWinVer, '7') < 0) {\n            if ($this->compareVersions($cleanWinVer, '6.3') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2012 R2') : (self::PLATFORM_WINDOWS . ' 8.1');\n            } else if ($this->compareVersions($cleanWinVer, '6.2') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2012') : (self::PLATFORM_WINDOWS . ' 8');\n            } else if ($this->compareVersions($cleanWinVer, '6.1') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2008 R2') : (self::PLATFORM_WINDOWS . ' 7');\n            } else if ($this->compareVersions($cleanWinVer, '6') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2008') : (self::PLATFORM_WINDOWS . ' Vista');\n            } else if ($this->compareVersions($cleanWinVer, '5.2') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2003 / ' . self::PLATFORM_WINDOWS . ' Server 2003 R2') : (self::PLATFORM_WINDOWS . ' XP x64 Edition');\n            } else if ($this->compareVersions($cleanWinVer, '5.1') == 0) {\n                return self::PLATFORM_WINDOWS . ' XP';\n            } else if ($this->compareVersions($cleanWinVer, '5') == 0) {\n                return self::PLATFORM_WINDOWS . ' 2000';\n            } else if ($this->compareVersions($cleanWinVer, '5') < 0 && $this->compareVersions($cleanWinVer, '3') >= 0) {\n                return self::PLATFORM_WINDOWS . ' NT ' . $winVer;\n            }\n        }\n\n        return self::PLATFORM_VERSION_UNKNOWN; //Invalid Windows NT version\n    }\n\n    /**\n     * Convert the Windows 3.x & 9x family version numbers to the operating system name. For instance '4.10.1998'\n     * returns 'Windows 98'.\n     * @access protected\n     * @param string $winVer The Windows 3.x or 9x family version numbers as a string.\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function windowsVerToStr($winVer)\n    {\n        //https://support.microsoft.com/en-us/kb/158238\n\n        if ($this->compareVersions($winVer, '4.90') >= 0 && $this->compareVersions($winVer, '4.91') < 0) {\n            return self::PLATFORM_WINDOWS . ' Me'; //Normally range from 4.90.3000 to 4.90.3000A\n        } else if ($this->compareVersions($winVer, '4.10') >= 0 && $this->compareVersions($winVer, '4.11') < 0) {\n            return self::PLATFORM_WINDOWS . ' 98'; //Normally range from 4.10.1998 to 4.10.2222B\n        } else if ($this->compareVersions($winVer, '4') >= 0 && $this->compareVersions($winVer, '4.04') < 0) {\n            return self::PLATFORM_WINDOWS . ' 95'; //Normally range from 4.00.950 to 4.03.1214\n        } else if ($this->compareVersions($winVer, '3.1') == 0 || $this->compareVersions($winVer, '3.11') == 0) {\n            return self::PLATFORM_WINDOWS . ' ' . $winVer;\n        } else if ($this->compareVersions($winVer, '3.10') == 0) {\n            return self::PLATFORM_WINDOWS . ' 3.1';\n        } else {\n            return self::PLATFORM_VERSION_UNKNOWN; //Invalid Windows version\n        }\n    }\n\n    /**\n     * Find the position of the first occurrence of a word in a string.\n     * @access protected\n     * @param string $haystack The string to search in.\n     * @param string $needle The string to search for.\n     * @param boolean $insensitive (optional) Determines if we do a case-sensitive search (false) or a case-insensitive\n     * one (true).\n     * @param int $offset If specified, search will start this number of characters counted from the beginning of the\n     * string. If the offset is negative, the search will start this number of characters counted from the end of the\n     * string.\n     * @param string $foundString String buffer that will contain the exact matching needle found. Set to NULL when\n     * return value of the function is false.\n     * @return mixed Returns the position of the needle (int) if found, false otherwise. Warning this function may\n     * return Boolean false, but may also return a non-Boolean value which evaluates to false.\n     */\n    protected function wordPos($haystack, $needle, $insensitive = true, $offset = 0, &$foundString = NULL)\n    {\n        if ($offset != 0) {\n            $haystack = substr($haystack, $offset);\n        }\n\n        $parts = explode(' ', $needle);\n        foreach ($parts as $i => $currPart) {\n            $parts[$i] = preg_quote($currPart, '/');\n        }\n\n        $regex = '/(?<=\\A|[\\s\\/\\\\.,;:_()-])' . implode('[\\s\\/\\\\.,;:_()-]', $parts) . '(?=[\\s\\/\\\\.,;:_()-]|$)/';\n        if ($insensitive) {\n             $regex .= 'i';\n        }\n\n        if (preg_match($regex, $haystack, $matches, PREG_OFFSET_CAPTURE)) {\n            $foundString = $matches[0][0];\n            return (int)$matches[0][1];\n        }\n\n        return false;\n    }\n}"
  },
  {
    "path": "docs/files/browserdetection.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                <section>\n                                        <ul class=\"phpdocumentor-breadcrumbs\">\n    </ul>\n\n    <article class=\"phpdocumentor-element -file\">\n        <h2 class=\"phpdocumentor-content__title\">BrowserDetection.php</h2>\n\n            <p class=\"phpdocumentor-summary\">Browser detection class file.</p>\n\n\n    <section class=\"phpdocumentor-description\"><p>This file contains everything required to use the BrowserDetection class. Tested with PHP 8.3.6, 7.4.33 and 5.6.40.</p>\n<p>This program is free software; you can redistribute it and/or modify it under the terms of EITHER the MIT License\n(SPDX short identifier: MIT) OR the GNU Lesser General Public License Version 3 (SPDX short identifier:\nLGPL-3.0-only). License details can be found in the LICENSE-*.md files of this project or on the below URLs.</p>\n</section>\n\n\n    <h5 class=\"phpdocumentor-tag-list__heading\" id=\"tags\">\n        Tags\n        <a href=\"files/browserdetection.html#tags\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h5>\n    <dl class=\"phpdocumentor-tag-list\">\n                                    <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">version</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                            <span class=\"phpdocumentor-tag-link\">2.9.9</span>\n\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">last-modified</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>March 23, 2025</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">author</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>Alexandre Valiquette</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">copyright</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>Copyright (c) 2025, Wolfcast</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">license</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>https://spdx.org/licenses/GPL-3.0-only.html</p>\n</section>\n\n                                    </dd>\n                            <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">license</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n\n                                                 <section class=\"phpdocumentor-description\"><p>https://spdx.org/licenses/MIT.html</p>\n</section>\n\n                                    </dd>\n                                                <dt class=\"phpdocumentor-tag-list__entry\">\n                    <span class=\"phpdocumentor-tag__name\">link</span>\n                </dt>\n                <dd class=\"phpdocumentor-tag-list__definition\">\n                                                                                                        <a class=\"phpdocumentor-tag-link\" href=\"https://wolfcast.com/\"> https://wolfcast.com/ </a>\n\n                                    </dd>\n                        </dl>\n\n\n\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"files/browserdetection.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n\n\n\n    <h4 id=\"toc-classes\">\n        Classes\n        <a href=\"files/browserdetection.html#toc-classes\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <dl class=\"phpdocumentor-table-of-contents\">\n                    <dt class=\"phpdocumentor-table-of-contents__entry -class\"><a href=\"classes/Wolfcast-BrowserDetection.html\"><abbr title=\"\\Wolfcast\\BrowserDetection\">BrowserDetection</abbr></a></dt><dd>The BrowserDetection class facilitates the identification of the user&#039;s environment such as Web browser, version,\nplatform and device type.</dd>    </dl>\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div class=\"phpdocumentor-modal\" id=\"source-view\">\n    <div class=\"phpdocumentor-modal-bg\" data-exit-button></div>\n    <div class=\"phpdocumentor-modal-container\">\n        <div class=\"phpdocumentor-modal-content\">\n            <pre style=\"max-height: 500px; overflow-y: scroll\" data-src=\"files/BrowserDetection.php.txt\" class=\"language-php line-numbers linkable-line-numbers\"></pre>\n        </div>\n        <button data-exit-button class=\"phpdocumentor-modal__close\">&times;</button>\n    </div>\n</div>\n\n    <script type=\"text/javascript\">\n        (function () {\n            function loadExternalCodeSnippet(el, url, line) {\n                Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {\n                    const src = url || pre.getAttribute('data-src').replace(/\\\\/g, '/');\n                    const language = 'php';\n\n                    const code = document.createElement('code');\n                    code.className = 'language-' + language;\n                    pre.textContent = '';\n                    pre.setAttribute('data-line', line)\n                    code.textContent = 'Loading…';\n                    pre.appendChild(code);\n\n                    var xhr = new XMLHttpRequest();\n\n                    xhr.open('GET', src, true);\n\n                    xhr.onreadystatechange = function () {\n                        if (xhr.readyState !== 4) {\n                            return;\n                        }\n\n                        if (xhr.status < 400 && xhr.responseText) {\n                            code.textContent = xhr.responseText;\n                            Prism.highlightElement(code);\n                            return;\n                        }\n\n                        if (xhr.status === 404) {\n                            code.textContent = '✖ Error: File could not be found';\n                            return;\n                        }\n\n                        if (xhr.status >= 400) {\n                            code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;\n                            return;\n                        }\n\n                        code.textContent = '✖ Error: An unknown error occurred';\n                    };\n\n                    xhr.send(null);\n                });\n            }\n\n            const modalButtons = document.querySelectorAll(\"[data-modal]\");\n            const openedAsLocalFile = window.location.protocol === 'file:';\n            if (modalButtons.length > 0 && openedAsLocalFile) {\n                console.warn(\n                    'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +\n                    'browsers block XHR requests when a page is opened this way'\n                );\n            }\n\n            modalButtons.forEach(function (trigger) {\n                if (openedAsLocalFile) {\n                    trigger.setAttribute(\"hidden\", \"hidden\");\n                }\n\n                trigger.addEventListener(\"click\", function (event) {\n                    event.preventDefault();\n                    const modal = document.getElementById(trigger.dataset.modal);\n                    if (!modal) {\n                        console.error(`Modal with id \"${trigger.dataset.modal}\" could not be found`);\n                        return;\n                    }\n                    modal.classList.add(\"phpdocumentor-modal__open\");\n\n                    loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)\n                    const exits = modal.querySelectorAll(\"[data-exit-button]\");\n                    exits.forEach(function (exit) {\n                        exit.addEventListener(\"click\", function (event) {\n                            event.preventDefault();\n                            modal.classList.remove(\"phpdocumentor-modal__open\");\n                        });\n                    });\n                });\n            });\n        })();\n    </script>\n\n    </article>\n                                </section>\n                <section class=\"phpdocumentor-on-this-page__sidebar\">\n\n    <section class=\"phpdocumentor-on-this-page__content\">\n        <strong class=\"phpdocumentor-on-this-page__title\">On this page</strong>\n\n        <ul class=\"phpdocumentor-list -clean\">\n            <li class=\"phpdocumentor-on-this-page-section__title\">Table Of Contents</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                                                                                        <li><a href=\"files/browserdetection.html#toc-classes\">Classes</a></li>\n                                                                                                                    </ul>\n            </li>\n\n\n                    </ul>\n    </section>\n\n                </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"files/browserdetection.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/graphs/classes.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <script src='https://unpkg.com/panzoom@8.7.3/dist/panzoom.min.js'></script>\n</head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                        <div class=\"phpdocumentor-class-graph\">\n        <img class=\"phpdocumentor-class-graph__graph\" src=\"graphs/classes.svg\" id=\"scene\" />\n    </div>\n    <script type=\"text/javascript\">\n        var element = document.querySelector('#scene');\n\n        // And pass it to panzoom\n        panzoom(element, {\n            smoothScroll: false\n        })\n    </script>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"graphs/classes.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"./\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                        <section>\n        <h2>Documentation</h2>\n\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"namespaces/default.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n<h4 id=\"packages\">\n    Packages\n    <a href=\"namespaces/default.html#packages\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -package\"><a href=\"packages/BrowserDetection.html\"><abbr title=\"\\BrowserDetection\">BrowserDetection</abbr></a></dt>\n    </dl>\n\n<h4 id=\"namespaces\">\n    Namespaces\n    <a href=\"namespaces/default.html#namespaces\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -namespace\"><a href=\"namespaces/wolfcast.html\"><abbr title=\"\\Wolfcast\">Wolfcast</abbr></a></dt>\n    </dl>\n\n\n\n\n\n\n\n\n\n\n\n\n\n    </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"index.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/indices/files.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                        <section>\n\n        <h2 class=\"phpdocumentor-content__title\">Files</h2>\n                                                                            <h3>B</h3>\n            <ul class=\"phpdocumentor-list\">\n                            <li><a href=\"files/browserdetection.html\">BrowserDetection.php</a></li>\n                        </ul>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"indices/files.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/js/search.js",
    "content": "// Search module for phpDocumentor\n//\n// This module is a wrapper around fuse.js that will use a given index and attach itself to a\n// search form and to a search results pane identified by the following data attributes:\n//\n// 1. data-search-form\n// 2. data-search-results\n//\n// The data-search-form is expected to have a single input element of type 'search' that will trigger searching for\n// a series of results, were the data-search-results pane is expected to have a direct UL child that will be populated\n// with rendered results.\n//\n// The search has various stages, upon loading this stage the data-search-form receives the CSS class\n// 'phpdocumentor-search--enabled'; this indicates that JS is allowed and indices are being loaded. It is recommended\n// to hide the form by default and show it when it receives this class to achieve progressive enhancement for this\n// feature.\n//\n// After loading this module, it is expected to load a search index asynchronously, for example:\n//\n//         <script defer src=\"js/searchIndex.js\"></script>\n//\n// In this script the generated index should attach itself to the search module using the `appendIndex` function. By\n// doing it like this the page will continue loading, unhindered by the loading of the search.\n//\n// After the page has fully loaded, and all these deferred indexes loaded, the initialization of the search module will\n// be called and the form will receive the class 'phpdocumentor-search--active', indicating search is ready. At this\n// point, the input field will also have it's 'disabled' attribute removed.\nvar Search = (function () {\n    var fuse;\n    var index = [];\n    var options = {\n        shouldSort: true,\n        threshold: 0.6,\n        location: 0,\n        distance: 100,\n        maxPatternLength: 32,\n        minMatchCharLength: 1,\n        keys: [\n            \"fqsen\",\n            \"name\",\n            \"summary\",\n            \"url\"\n        ]\n    };\n\n    // Credit David Walsh (https://davidwalsh.name/javascript-debounce-function)\n    // Returns a function, that, as long as it continues to be invoked, will not\n    // be triggered. The function will be called after it stops being called for\n    // N milliseconds. If `immediate` is passed, trigger the function on the\n    // leading edge, instead of the trailing.\n    function debounce(func, wait, immediate) {\n        var timeout;\n\n        return function executedFunction() {\n            var context = this;\n            var args = arguments;\n\n            var later = function () {\n                timeout = null;\n                if (!immediate) func.apply(context, args);\n            };\n\n            var callNow = immediate && !timeout;\n            clearTimeout(timeout);\n            timeout = setTimeout(later, wait);\n            if (callNow) func.apply(context, args);\n        };\n    }\n\n    function close() {\n        // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/\n        const scrollY = document.body.style.top;\n        document.body.style.position = '';\n        document.body.style.top = '';\n        window.scrollTo(0, parseInt(scrollY || '0') * -1);\n        // End scroll prevention\n\n        var form = document.querySelector('[data-search-form]');\n        var searchResults = document.querySelector('[data-search-results]');\n\n        form.classList.toggle('phpdocumentor-search--has-results', false);\n        searchResults.classList.add('phpdocumentor-search-results--hidden');\n        var searchField = document.querySelector('[data-search-form] input[type=\"search\"]');\n        searchField.blur();\n    }\n\n    function search(event) {\n        // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/\n        document.body.style.position = 'fixed';\n        document.body.style.top = `-${window.scrollY}px`;\n        // End scroll prevention\n\n        // prevent enter's from autosubmitting\n        event.stopPropagation();\n\n        var form = document.querySelector('[data-search-form]');\n        var searchResults = document.querySelector('[data-search-results]');\n        var searchResultEntries = document.querySelector('[data-search-results] .phpdocumentor-search-results__entries');\n\n        searchResultEntries.innerHTML = '';\n\n        if (!event.target.value) {\n            close();\n            return;\n        }\n\n        form.classList.toggle('phpdocumentor-search--has-results', true);\n        searchResults.classList.remove('phpdocumentor-search-results--hidden');\n        var results = fuse.search(event.target.value, {limit: 25});\n\n        results.forEach(function (result) {\n            var entry = document.createElement(\"li\");\n            entry.classList.add(\"phpdocumentor-search-results__entry\");\n            entry.innerHTML += '<h3><a href=\"' + document.baseURI + result.url + '\">' + result.name + \"</a></h3>\\n\";\n            entry.innerHTML += '<small>' + result.fqsen + \"</small>\\n\";\n            entry.innerHTML += '<div class=\"phpdocumentor-summary\">' + result.summary + '</div>';\n            searchResultEntries.appendChild(entry)\n        });\n    }\n\n    function appendIndex(added) {\n        index = index.concat(added);\n\n        // re-initialize search engine when appending an index after initialisation\n        if (typeof fuse !== 'undefined') {\n            fuse = new Fuse(index, options);\n        }\n    }\n\n    function init() {\n        fuse = new Fuse(index, options);\n\n        var form = document.querySelector('[data-search-form]');\n        var searchField = document.querySelector('[data-search-form] input[type=\"search\"]');\n\n        var closeButton = document.querySelector('.phpdocumentor-search-results__close');\n        closeButton.addEventListener('click', function() { close() }.bind(this));\n\n        var searchResults = document.querySelector('[data-search-results]');\n        searchResults.addEventListener('click', function() { close() }.bind(this));\n\n        form.classList.add('phpdocumentor-search--active');\n\n        searchField.setAttribute('placeholder', 'Search (Press \"/\" to focus)');\n        searchField.removeAttribute('disabled');\n        searchField.addEventListener('keyup', debounce(search, 300));\n\n        window.addEventListener('keyup', function (event) {\n            if (event.key === '/') {\n                searchField.focus();\n            }\n            if (event.code === 'Escape') {\n                close();\n            }\n        }.bind(this));\n    }\n\n    return {\n        appendIndex,\n        init\n    }\n})();\n\nwindow.addEventListener('DOMContentLoaded', function () {\n    var form = document.querySelector('[data-search-form]');\n\n    // When JS is supported; show search box. Must be before including the search for it to take effect immediately\n    form.classList.add('phpdocumentor-search--enabled');\n});\n\nwindow.addEventListener('load', function () {\n    Search.init();\n});\n"
  },
  {
    "path": "docs/js/searchIndex.js",
    "content": "Search.appendIndex(\n    [\n                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\",\n            \"name\": \"BrowserDetection\",\n            \"summary\": \"The\\u0020BrowserDetection\\u0020class\\u0020facilitates\\u0020the\\u0020identification\\u0020of\\u0020the\\u0020user\\u0027s\\u0020environment\\u0020such\\u0020as\\u0020Web\\u0020browser,\\u0020version,\\nplatform\\u0020and\\u0020device\\u0020type.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A__construct\\u0028\\u0029\",\n            \"name\": \"__construct\",\n            \"summary\": \"BrowserDetection\\u0020class\\u0020constructor.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method___construct\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A__toString\\u0028\\u0029\",\n            \"name\": \"__toString\",\n            \"summary\": \"Determine\\u0020how\\u0020the\\u0020class\\u0020will\\u0020react\\u0020when\\u0020it\\u0020is\\u0020treated\\u0020like\\u0020a\\u0020string.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method___toString\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AaddCustomBrowserDetection\\u0028\\u0029\",\n            \"name\": \"addCustomBrowserDetection\",\n            \"summary\": \"Dynamically\\u0020add\\u0020support\\u0020for\\u0020a\\u0020new\\u0020Web\\u0020browser.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_addCustomBrowserDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AaddCustomPlatformDetection\\u0028\\u0029\",\n            \"name\": \"addCustomPlatformDetection\",\n            \"summary\": \"Dynamically\\u0020add\\u0020support\\u0020for\\u0020a\\u0020new\\u0020platform.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_addCustomPlatformDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AaddCustomRobotDetection\\u0028\\u0029\",\n            \"name\": \"addCustomRobotDetection\",\n            \"summary\": \"Dynamically\\u0020add\\u0020support\\u0020for\\u0020a\\u0020new\\u0020robot.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_addCustomRobotDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcompareVersions\\u0028\\u0029\",\n            \"name\": \"compareVersions\",\n            \"summary\": \"Compare\\u0020two\\u0020version\\u0020number\\u0020strings.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_compareVersions\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetIECompatibilityView\\u0028\\u0029\",\n            \"name\": \"getIECompatibilityView\",\n            \"summary\": \"Get\\u0020the\\u0020name\\u0020and\\u0020version\\u0020of\\u0020the\\u0020browser\\u0020emulated\\u0020in\\u0020the\\u0020compatibility\\u0020view\\u0020mode\\u0020\\u0028if\\u0020any\\u0029.\\u0020Since\\u0020Internet\\nExplorer\\u00208,\\u0020IE\\u0020can\\u0020be\\u0020put\\u0020in\\u0020compatibility\\u0020mode\\u0020to\\u0020make\\u0020websites\\u0020that\\u0020were\\u0020created\\u0020for\\u0020older\\u0020browsers,\\u0020especially\\nIE\\u00206\\u0020and\\u00207,\\u0020look\\u0020better\\u0020in\\u0020IE\\u00208\\u002B\\u0020which\\u0020renders\\u0020web\\u0020pages\\u0020closer\\u0020to\\u0020the\\u0020standards\\u0020and\\u0020thus\\u0020differently\\u0020from\\u0020those\\nolder\\u0020versions\\u0020of\\u0020IE.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getIECompatibilityView\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetLibVersion\\u0028\\u0029\",\n            \"name\": \"getLibVersion\",\n            \"summary\": \"Return\\u0020the\\u0020BrowserDetection\\u0020class\\u0020version.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getLibVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetName\\u0028\\u0029\",\n            \"name\": \"getName\",\n            \"summary\": \"Get\\u0020the\\u0020name\\u0020of\\u0020the\\u0020browser.\\u0020All\\u0020of\\u0020the\\u0020return\\u0020values\\u0020are\\u0020class\\u0020constants.\\u0020You\\u0020can\\u0020compare\\u0020them\\u0020like\\u0020this\\u003A\\n\\u0024myBrowserInstance\\u002D\\u003EgetName\\u0028\\u0029\\u0020\\u003D\\u003D\\u0020BrowserDetection\\u003A\\u003ABROWSER_FIREFOX.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getName\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetPlatform\\u0028\\u0029\",\n            \"name\": \"getPlatform\",\n            \"summary\": \"Get\\u0020the\\u0020name\\u0020of\\u0020the\\u0020platform\\u0020family\\u0020on\\u0020which\\u0020the\\u0020browser\\u0020is\\u0020run\\u0020on\\u0020\\u0028such\\u0020as\\u0020Windows,\\u0020Apple,\\u0020etc.\\u0029.\\u0020All\\u0020of\\nthe\\u0020return\\u0020values\\u0020are\\u0020class\\u0020constants.\\u0020You\\u0020can\\u0020compare\\u0020them\\u0020like\\u0020this\\u003A\\n\\u0024myBrowserInstance\\u002D\\u003EgetPlatform\\u0028\\u0029\\u0020\\u003D\\u003D\\u0020BrowserDetection\\u003A\\u003APLATFORM_ANDROID.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getPlatform\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetPlatformVersion\\u0028\\u0029\",\n            \"name\": \"getPlatformVersion\",\n            \"summary\": \"Get\\u0020the\\u0020platform\\u0020version\\u0020on\\u0020which\\u0020the\\u0020browser\\u0020is\\u0020run\\u0020on.\\u0020It\\u0020can\\u0020be\\u0020returned\\u0020as\\u0020a\\u0020string\\u0020number\\u0020like\\u0020\\u0027NT\\u00206.3\\u0027\\u0020or\\nas\\u0020a\\u0020name\\u0020like\\u0020\\u0027Windows\\u00208.1\\u0027.\\u0020When\\u0020returning\\u0020version\\u0020string\\u0020numbers\\u0020for\\u0020Windows\\u0020NT\\u0020OS\\u0020families\\u0020the\\u0020number\\u0020is\\nprefixed\\u0020by\\u0020\\u0027NT\\u0020\\u0027\\u0020to\\u0020differentiate\\u0020from\\u0020older\\u0020Windows\\u00203.x\\u0020\\u0026\\u00209x\\u0020release.\\u0020At\\u0020the\\u0020moment\\u0020only\\u0020the\\u0020Windows\\u0020and\\nAndroid\\u0020operating\\u0020systems\\u0020are\\u0020supported.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getPlatformVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetRobotName\\u0028\\u0029\",\n            \"name\": \"getRobotName\",\n            \"summary\": \"Get\\u0020the\\u0020name\\u0020of\\u0020the\\u0020robot.\\u0020All\\u0020of\\u0020the\\u0020return\\u0020values\\u0020are\\u0020class\\u0020constants.\\u0020You\\u0020can\\u0020compare\\u0020them\\u0020like\\u0020this\\u003A\\n\\u0024myBrowserInstance\\u002D\\u003EgetRobotName\\u0028\\u0029\\u0020\\u003D\\u003D\\u0020BrowserDetection\\u003A\\u003AROBOT_GOOGLEBOT.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getRobotName\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetRobotVersion\\u0028\\u0029\",\n            \"name\": \"getRobotVersion\",\n            \"summary\": \"Get\\u0020the\\u0020version\\u0020of\\u0020the\\u0020robot.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getRobotVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetUserAgent\\u0028\\u0029\",\n            \"name\": \"getUserAgent\",\n            \"summary\": \"Get\\u0020the\\u0020user\\u0020agent\\u0020value\\u0020used\\u0020by\\u0020the\\u0020class\\u0020to\\u0020determine\\u0020the\\u0020browser\\u0020details.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getUserAgent\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AgetVersion\\u0028\\u0029\",\n            \"name\": \"getVersion\",\n            \"summary\": \"Get\\u0020the\\u0020version\\u0020of\\u0020the\\u0020browser.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_getVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003Ais64bitPlatform\\u0028\\u0029\",\n            \"name\": \"is64bitPlatform\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020executed\\u0020from\\u0020a\\u002064\\u002Dbit\\u0020platform.\\u0020Keep\\u0020in\\u0020mind\\u0020that\\u0020not\\u0020all\\u0020platforms\\/browsers\\u0020report\\nthis\\u0020and\\u0020the\\u0020result\\u0020may\\u0020not\\u0020always\\u0020be\\u0020accurate.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_is64bitPlatform\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AisChromeFrame\\u0028\\u0029\",\n            \"name\": \"isChromeFrame\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020runs\\u0020Google\\u0020Chrome\\u0020Frame\\u0020\\u0028it\\u0027s\\u0020a\\u0020plug\\u002Din\\u0020designed\\u0020for\\u0020Internet\\u0020Explorer\\u00206\\u002B\\u0020based\\u0020on\\u0020the\\nopen\\u002Dsource\\u0020Chromium\\u0020project\\u0020\\u002D\\u0020it\\u0027s\\u0020like\\u0020a\\u0020Chrome\\u0020browser\\u0020within\\u0020IE\\u0029.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_isChromeFrame\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AisInIECompatibilityView\\u0028\\u0029\",\n            \"name\": \"isInIECompatibilityView\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020in\\u0020compatibility\\u0020view\\u0020or\\u0020not.\\u0020Since\\u0020Internet\\u0020Explorer\\u00208,\\u0020IE\\u0020can\\u0020be\\u0020put\\u0020in\\ncompatibility\\u0020mode\\u0020to\\u0020make\\u0020websites\\u0020that\\u0020were\\u0020created\\u0020for\\u0020older\\u0020browsers,\\u0020especially\\u0020IE\\u00206\\u0020and\\u00207,\\u0020look\\u0020better\\u0020in\\nIE\\u00208\\u002B\\u0020which\\u0020renders\\u0020web\\u0020pages\\u0020closer\\u0020to\\u0020the\\u0020standards\\u0020and\\u0020thus\\u0020differently\\u0020from\\u0020those\\u0020older\\u0020versions\\u0020of\\u0020IE.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_isInIECompatibilityView\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AisMobile\\u0028\\u0029\",\n            \"name\": \"isMobile\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020from\\u0020a\\u0020mobile\\u0020device\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_isMobile\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AisRobot\\u0028\\u0029\",\n            \"name\": \"isRobot\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020a\\u0020robot\\u0020\\u0028Googlebot,\\u0020Bingbot,\\u0020Yahoo\\u0021\\u0020Slurp...\\u0029\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_isRobot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AremoveCustomBrowserDetection\\u0028\\u0029\",\n            \"name\": \"removeCustomBrowserDetection\",\n            \"summary\": \"Remove\\u0020support\\u0020for\\u0020a\\u0020previously\\u0020added\\u0020Web\\u0020browser.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_removeCustomBrowserDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AremoveCustomPlatformDetection\\u0028\\u0029\",\n            \"name\": \"removeCustomPlatformDetection\",\n            \"summary\": \"Remove\\u0020support\\u0020for\\u0020a\\u0020previously\\u0020added\\u0020platform.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_removeCustomPlatformDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AremoveCustomRobotDetection\\u0028\\u0029\",\n            \"name\": \"removeCustomRobotDetection\",\n            \"summary\": \"Remove\\u0020support\\u0020for\\u0020a\\u0020previously\\u0020added\\u0020robot.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_removeCustomRobotDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetUserAgent\\u0028\\u0029\",\n            \"name\": \"setUserAgent\",\n            \"summary\": \"Set\\u0020the\\u0020user\\u0020agent\\u0020to\\u0020use\\u0020with\\u0020the\\u0020class.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setUserAgent\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AandroidVerToStr\\u0028\\u0029\",\n            \"name\": \"androidVerToStr\",\n            \"summary\": \"Convert\\u0020the\\u0020Android\\u0020version\\u0020numbers\\u0020to\\u0020the\\u0020operating\\u0020system\\u0020name.\\u0020For\\u0020instance\\u0020\\u00271.6\\u0027\\u0020returns\\u0020\\u0027Donut\\u0027.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_androidVerToStr\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserAndroid\\u0028\\u0029\",\n            \"name\": \"checkBrowserAndroid\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020the\\u0020Android\\u0020browser\\u0020\\u0028based\\u0020on\\u0020the\\u0020WebKit\\u0020layout\\u0020engine\\u0020and\\u0020coupled\\u0020with\\u0020Chrome\\u0027s\\nJavaScript\\u0020engine\\u0029\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserAndroid\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserBlackBerry\\u0028\\u0029\",\n            \"name\": \"checkBrowserBlackBerry\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020the\\u0020BlackBerry\\u0020browser\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserBlackBerry\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserChrome\\u0028\\u0029\",\n            \"name\": \"checkBrowserChrome\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Chrome\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserChrome\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserCustom\\u0028\\u0029\",\n            \"name\": \"checkBrowserCustom\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020among\\u0020the\\u0020custom\\u0020browser\\u0020rules\\u0020or\\u0020not.\\u0020Rules\\u0020are\\u0020checked\\u0020in\\u0020the\\u0020order\\u0020they\\u0020were\\nadded.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserCustom\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserEdge\\u0028\\u0029\",\n            \"name\": \"checkBrowserEdge\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Edge\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserEdge\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserFirebird\\u0028\\u0029\",\n            \"name\": \"checkBrowserFirebird\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Firebird\\u0020or\\u0020not.\\u0020Firebird\\u0020was\\u0020the\\u0020name\\u0020of\\u0020Firefox\\u0020from\\u0020version\\u00200.6\\u0020to\\u00200.7.1.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirebird\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserFirefox\\u0028\\u0029\",\n            \"name\": \"checkBrowserFirefox\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Firefox\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserFirefox\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserIcab\\u0028\\u0029\",\n            \"name\": \"checkBrowserIcab\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020iCab\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIcab\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserIceCat\\u0028\\u0029\",\n            \"name\": \"checkBrowserIceCat\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020GNU\\u0020IceCat\\u0020\\u0028formerly\\u0020known\\u0020as\\u0020GNU\\u0020IceWeasel\\u0029\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceCat\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserIceWeasel\\u0028\\u0029\",\n            \"name\": \"checkBrowserIceWeasel\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020GNU\\u0020IceWeasel\\u0020\\u0028now\\u0020know\\u0020as\\u0020GNU\\u0020IceCat\\u0029\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserIceWeasel\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserInternetExplorer\\u0028\\u0029\",\n            \"name\": \"checkBrowserInternetExplorer\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Internet\\u0020Explorer\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserInternetExplorer\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserKonqueror\\u0028\\u0029\",\n            \"name\": \"checkBrowserKonqueror\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Konqueror\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserKonqueror\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserLynx\\u0028\\u0029\",\n            \"name\": \"checkBrowserLynx\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Lynx\\u0020or\\u0020not.\\u0020It\\u0020is\\u0020the\\u0020oldest\\u0020web\\u0020browser\\u0020currently\\u0020in\\u0020general\\u0020use\\u0020and\\u0020development.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserLynx\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserMozilla\\u0028\\u0029\",\n            \"name\": \"checkBrowserMozilla\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Mozilla\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMozilla\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserMsnTv\\u0028\\u0029\",\n            \"name\": \"checkBrowserMsnTv\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020MSN\\u0020TV\\u0020\\u0028formerly\\u0020WebTV\\u0029\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserMsnTv\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserNetscape\\u0028\\u0029\",\n            \"name\": \"checkBrowserNetscape\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Netscape\\u0020or\\u0020not.\\u0020Official\\u0020support\\u0020for\\u0020this\\u0020browser\\u0020ended\\u0020on\\u0020March\\u00201st,\\u00202008.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNetscape\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserNokia\\u0028\\u0029\",\n            \"name\": \"checkBrowserNokia\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020a\\u0020Nokia\\u0020browser\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserNokia\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserOpera\\u0028\\u0029\",\n            \"name\": \"checkBrowserOpera\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Opera\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserOpera\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserPhoenix\\u0028\\u0029\",\n            \"name\": \"checkBrowserPhoenix\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Phoenix\\u0020or\\u0020not.\\u0020Phoenix\\u0020was\\u0020the\\u0020name\\u0020of\\u0020Firefox\\u0020from\\u0020version\\u00200.1\\u0020to\\u00200.5.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserPhoenix\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowser\\u0028\\u0029\",\n            \"name\": \"checkBrowser\",\n            \"summary\": \"Determine\\u0020what\\u0020is\\u0020the\\u0020browser\\u0020used\\u0020by\\u0020the\\u0020user.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowser\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserSafari\\u0028\\u0029\",\n            \"name\": \"checkBrowserSafari\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020Safari\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSafari\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserSamsung\\u0028\\u0029\",\n            \"name\": \"checkBrowserSamsung\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020the\\u0020Samsung\\u0020Internet\\u0020browser\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserSamsung\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserUAWithVersion\\u0028\\u0029\",\n            \"name\": \"checkBrowserUAWithVersion\",\n            \"summary\": \"Test\\u0020the\\u0020user\\u0020agent\\u0020for\\u0020a\\u0020specific\\u0020browser\\u0020that\\u0020use\\u0020a\\u0020\\u0022Version\\u0022\\u0020string\\u0020\\u0028like\\u0020Safari\\u0020and\\u0020Opera\\u0029.\\u0020The\\u0020user\\u0020agent\\nshould\\u0020look\\u0020like\\u003A\\u0020\\u0022Version\\/1.0\\u0020Browser\\u0020name\\/123.456\\u0022\\u0020or\\u0020\\u0022Browser\\u0020name\\/123.456\\u0020Version\\/1.0\\u0022.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUAWithVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckBrowserUC\\u0028\\u0029\",\n            \"name\": \"checkBrowserUC\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020UC\\u0020Browser\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkBrowserUC\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckPlatform\\u0028\\u0029\",\n            \"name\": \"checkPlatform\",\n            \"summary\": \"Determine\\u0020the\\u0020user\\u0027s\\u0020platform.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkPlatform\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckPlatformCustom\\u0028\\u0029\",\n            \"name\": \"checkPlatformCustom\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020platform\\u0020is\\u0020among\\u0020the\\u0020custom\\u0020platform\\u0020rules\\u0020or\\u0020not.\\u0020Rules\\u0020are\\u0020checked\\u0020in\\u0020the\\u0020order\\u0020they\\u0020were\\nadded.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkPlatformCustom\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckPlatformVersion\\u0028\\u0029\",\n            \"name\": \"checkPlatformVersion\",\n            \"summary\": \"Determine\\u0020the\\u0020user\\u0027s\\u0020platform\\u0020version.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkPlatformVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotBingbot\\u0028\\u0029\",\n            \"name\": \"checkRobotBingbot\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020the\\u0020Bingbot\\u0020crawler\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotBingbot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotGooglebot\\u0028\\u0029\",\n            \"name\": \"checkRobotGooglebot\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020the\\u0020Googlebot\\u0020crawler\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotGooglebot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotMsnBot\\u0028\\u0029\",\n            \"name\": \"checkRobotMsnBot\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020the\\u0020MSNBot\\u0020crawler\\u0020or\\u0020not.\\u0020In\\u0020October\\u00202010\\u0020it\\u0020was\\u0020replaced\\u0020by\\u0020the\\u0020Bingbot\\u0020robot.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotMsnBot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobot\\u0028\\u0029\",\n            \"name\": \"checkRobot\",\n            \"summary\": \"Determine\\u0020if\\u0020it\\u0027s\\u0020a\\u0020robot\\u0020crawling\\u0020the\\u0020page\\u0020and\\u0020find\\u0020it\\u0027s\\u0020name\\u0020and\\u0020version.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotCustom\\u0028\\u0029\",\n            \"name\": \"checkRobotCustom\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020among\\u0020the\\u0020custom\\u0020robot\\u0020rules\\u0020or\\u0020not.\\u0020Rules\\u0020are\\u0020checked\\u0020in\\u0020the\\u0020order\\u0020they\\u0020were\\u0020added.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotCustom\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotSlurp\\u0028\\u0029\",\n            \"name\": \"checkRobotSlurp\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020the\\u0020Yahoo\\u0021\\u0020Slurp\\u0020crawler\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotSlurp\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotW3CValidator\\u0028\\u0029\",\n            \"name\": \"checkRobotW3CValidator\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020the\\u0020W3C\\u0020Validator\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotW3CValidator\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckRobotYahooMultimedia\\u0028\\u0029\",\n            \"name\": \"checkRobotYahooMultimedia\",\n            \"summary\": \"Determine\\u0020if\\u0020the\\u0020robot\\u0020is\\u0020the\\u0020Yahoo\\u0021\\u0020multimedia\\u0020crawler\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkRobotYahooMultimedia\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckSimpleBrowserUA\\u0028\\u0029\",\n            \"name\": \"checkSimpleBrowserUA\",\n            \"summary\": \"Test\\u0020the\\u0020user\\u0020agent\\u0020for\\u0020a\\u0020specific\\u0020browser\\u0020where\\u0020the\\u0020browser\\u0020name\\u0020is\\u0020immediately\\u0020followed\\u0020by\\u0020the\\u0020version\\u0020number.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkSimpleBrowserUA\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcheckSimpleRobot\\u0028\\u0029\",\n            \"name\": \"checkSimpleRobot\",\n            \"summary\": \"Test\\u0020the\\u0020user\\u0020agent\\u0020for\\u0020a\\u0020specific\\u0020robot\\u0020where\\u0020the\\u0020robot\\u0020name\\u0020is\\u0020immediately\\u0020followed\\u0020by\\u0020the\\u0020version\\u0020number.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_checkSimpleRobot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcleanVersion\\u0028\\u0029\",\n            \"name\": \"cleanVersion\",\n            \"summary\": \"Clean\\u0020a\\u0020version\\u0020string\\u0020from\\u0020unwanted\\u0020characters.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_cleanVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AcontainString\\u0028\\u0029\",\n            \"name\": \"containString\",\n            \"summary\": \"Find\\u0020if\\u0020one\\u0020or\\u0020more\\u0020substring\\u0020is\\u0020contained\\u0020in\\u0020a\\u0020string.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_containString\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003Adetect\\u0028\\u0029\",\n            \"name\": \"detect\",\n            \"summary\": \"Detect\\u0020the\\u0020user\\u0020environment\\u0020from\\u0020the\\u0020details\\u0020in\\u0020the\\u0020user\\u0020agent\\u0020string.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_detect\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AfindAndGetVersion\\u0028\\u0029\",\n            \"name\": \"findAndGetVersion\",\n            \"summary\": \"Test\\u0020the\\u0020user\\u0020agent\\u0020for\\u0020a\\u0020specific\\u0020browser\\u0020and\\u0020extract\\u0020it\\u0027s\\u0020version.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_findAndGetVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AiOSVerToStr\\u0028\\u0029\",\n            \"name\": \"iOSVerToStr\",\n            \"summary\": \"Convert\\u0020the\\u0020iOS\\u0020version\\u0020numbers\\u0020to\\u0020the\\u0020operating\\u0020system\\u0020name.\\u0020For\\u0020instance\\u0020\\u00272.0\\u0027\\u0020returns\\u0020\\u0027iPhone\\u0020OS\\u00202.0\\u0027.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_iOSVerToStr\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AmacVerToStr\\u0028\\u0029\",\n            \"name\": \"macVerToStr\",\n            \"summary\": \"Convert\\u0020the\\u0020macOS\\u0020version\\u0020numbers\\u0020to\\u0020the\\u0020operating\\u0020system\\u0020name.\\u0020For\\u0020instance\\u0020\\u002710.7\\u0027\\u0020returns\\u0020\\u0027Mac\\u0020OS\\u0020X\\u0020Lion\\u0027.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_macVerToStr\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AparseInt\\u0028\\u0029\",\n            \"name\": \"parseInt\",\n            \"summary\": \"Get\\u0020the\\u0020integer\\u0020value\\u0020of\\u0020a\\u0020string\\u0020variable.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_parseInt\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003Areset\\u0028\\u0029\",\n            \"name\": \"reset\",\n            \"summary\": \"Reset\\u0020all\\u0020the\\u0020properties\\u0020of\\u0020the\\u0020class.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_reset\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsafariBuildToSafariVer\\u0028\\u0029\",\n            \"name\": \"safariBuildToSafariVer\",\n            \"summary\": \"Convert\\u0020a\\u0020Safari\\u0020build\\u0020number\\u0020to\\u0020a\\u0020Safari\\u0020version\\u0020number.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_safariBuildToSafariVer\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003Aset64bit\\u0028\\u0029\",\n            \"name\": \"set64bit\",\n            \"summary\": \"Set\\u0020if\\u0020the\\u0020browser\\u0020is\\u0020executed\\u0020from\\u0020a\\u002064\\u002Dbit\\u0020platform.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_set64bit\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetBrowser\\u0028\\u0029\",\n            \"name\": \"setBrowser\",\n            \"summary\": \"Set\\u0020the\\u0020name\\u0020of\\u0020the\\u0020browser.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setBrowser\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetMobile\\u0028\\u0029\",\n            \"name\": \"setMobile\",\n            \"summary\": \"Set\\u0020the\\u0020browser\\u0020to\\u0020be\\u0020from\\u0020a\\u0020mobile\\u0020device\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setMobile\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetPlatform\\u0028\\u0029\",\n            \"name\": \"setPlatform\",\n            \"summary\": \"Set\\u0020the\\u0020platform\\u0020on\\u0020which\\u0020the\\u0020browser\\u0020is\\u0020on.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setPlatform\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetPlatformVersion\\u0028\\u0029\",\n            \"name\": \"setPlatformVersion\",\n            \"summary\": \"Set\\u0020the\\u0020platform\\u0020version\\u0020on\\u0020which\\u0020the\\u0020browser\\u0020is\\u0020on.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setPlatformVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetRobot\\u0028\\u0029\",\n            \"name\": \"setRobot\",\n            \"summary\": \"Set\\u0020the\\u0020browser\\u0020to\\u0020be\\u0020a\\u0020robot\\u0020\\u0028crawler\\u0029\\u0020or\\u0020not.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setRobot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetRobotName\\u0028\\u0029\",\n            \"name\": \"setRobotName\",\n            \"summary\": \"Set\\u0020the\\u0020name\\u0020of\\u0020the\\u0020robot.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setRobotName\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetRobotVersion\\u0028\\u0029\",\n            \"name\": \"setRobotVersion\",\n            \"summary\": \"Set\\u0020the\\u0020version\\u0020of\\u0020the\\u0020robot.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setRobotVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AsetVersion\\u0028\\u0029\",\n            \"name\": \"setVersion\",\n            \"summary\": \"Set\\u0020the\\u0020version\\u0020of\\u0020the\\u0020browser.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_setVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AwebKitBuildToSafariVer\\u0028\\u0029\",\n            \"name\": \"webKitBuildToSafariVer\",\n            \"summary\": \"Convert\\u0020a\\u0020WebKit\\u0020build\\u0020number\\u0020to\\u0020a\\u0020Safari\\u0020version\\u0020number.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_webKitBuildToSafariVer\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AwindowsNTVerToStr\\u0028\\u0029\",\n            \"name\": \"windowsNTVerToStr\",\n            \"summary\": \"Convert\\u0020the\\u0020Windows\\u0020NT\\u0020family\\u0020version\\u0020numbers\\u0020to\\u0020the\\u0020operating\\u0020system\\u0020name.\\u0020For\\u0020instance\\u0020\\u00275.1\\u0027\\u0020returns\\n\\u0027Windows\\u0020XP\\u0027.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_windowsNTVerToStr\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AwindowsVerToStr\\u0028\\u0029\",\n            \"name\": \"windowsVerToStr\",\n            \"summary\": \"Convert\\u0020the\\u0020Windows\\u00203.x\\u0020\\u0026\\u00209x\\u0020family\\u0020version\\u0020numbers\\u0020to\\u0020the\\u0020operating\\u0020system\\u0020name.\\u0020For\\u0020instance\\u0020\\u00274.10.1998\\u0027\\nreturns\\u0020\\u0027Windows\\u002098\\u0027.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_windowsVerToStr\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AwordPos\\u0028\\u0029\",\n            \"name\": \"wordPos\",\n            \"summary\": \"Find\\u0020the\\u0020position\\u0020of\\u0020the\\u0020first\\u0020occurrence\\u0020of\\u0020a\\u0020word\\u0020in\\u0020a\\u0020string.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#method_wordPos\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_ANDROID\",\n            \"name\": \"BROWSER_ANDROID\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ANDROID\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_BLACKBERRY\",\n            \"name\": \"BROWSER_BLACKBERRY\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_BLACKBERRY\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_CHROME\",\n            \"name\": \"BROWSER_CHROME\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_CHROME\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_EDGE\",\n            \"name\": \"BROWSER_EDGE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_EDGE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_FIREBIRD\",\n            \"name\": \"BROWSER_FIREBIRD\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREBIRD\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_FIREFOX\",\n            \"name\": \"BROWSER_FIREFOX\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_FIREFOX\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_ICAB\",\n            \"name\": \"BROWSER_ICAB\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICAB\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_ICECAT\",\n            \"name\": \"BROWSER_ICECAT\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICECAT\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_ICEWEASEL\",\n            \"name\": \"BROWSER_ICEWEASEL\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_ICEWEASEL\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_IE\",\n            \"name\": \"BROWSER_IE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_IE_MOBILE\",\n            \"name\": \"BROWSER_IE_MOBILE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_IE_MOBILE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_KONQUEROR\",\n            \"name\": \"BROWSER_KONQUEROR\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_KONQUEROR\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_LYNX\",\n            \"name\": \"BROWSER_LYNX\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_LYNX\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_MOZILLA\",\n            \"name\": \"BROWSER_MOZILLA\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MOZILLA\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_MSNTV\",\n            \"name\": \"BROWSER_MSNTV\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_MSNTV\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_NETSCAPE\",\n            \"name\": \"BROWSER_NETSCAPE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NETSCAPE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_NOKIA\",\n            \"name\": \"BROWSER_NOKIA\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_NOKIA\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_OPERA\",\n            \"name\": \"BROWSER_OPERA\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_OPERA_MINI\",\n            \"name\": \"BROWSER_OPERA_MINI\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MINI\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_OPERA_MOBILE\",\n            \"name\": \"BROWSER_OPERA_MOBILE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_OPERA_MOBILE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_PHOENIX\",\n            \"name\": \"BROWSER_PHOENIX\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_PHOENIX\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_SAFARI\",\n            \"name\": \"BROWSER_SAFARI\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAFARI\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_SAMSUNG\",\n            \"name\": \"BROWSER_SAMSUNG\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_SAMSUNG\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_TABLET_OS\",\n            \"name\": \"BROWSER_TABLET_OS\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_TABLET_OS\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_UC\",\n            \"name\": \"BROWSER_UC\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UC\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003ABROWSER_UNKNOWN\",\n            \"name\": \"BROWSER_UNKNOWN\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_BROWSER_UNKNOWN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_ANDROID\",\n            \"name\": \"PLATFORM_ANDROID\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_ANDROID\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_BLACKBERRY\",\n            \"name\": \"PLATFORM_BLACKBERRY\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_BLACKBERRY\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_CHROME_OS\",\n            \"name\": \"PLATFORM_CHROME_OS\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_CHROME_OS\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_FREEBSD\",\n            \"name\": \"PLATFORM_FREEBSD\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_FREEBSD\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_IOS\",\n            \"name\": \"PLATFORM_IOS\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_IOS\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_LINUX\",\n            \"name\": \"PLATFORM_LINUX\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_LINUX\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_MACINTOSH\",\n            \"name\": \"PLATFORM_MACINTOSH\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_MACINTOSH\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_NETBSD\",\n            \"name\": \"PLATFORM_NETBSD\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NETBSD\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_NOKIA\",\n            \"name\": \"PLATFORM_NOKIA\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_NOKIA\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_OPENBSD\",\n            \"name\": \"PLATFORM_OPENBSD\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENBSD\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_OPENSOLARIS\",\n            \"name\": \"PLATFORM_OPENSOLARIS\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_OPENSOLARIS\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_SYMBIAN\",\n            \"name\": \"PLATFORM_SYMBIAN\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_SYMBIAN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_UNKNOWN\",\n            \"name\": \"PLATFORM_UNKNOWN\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_UNKNOWN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_VERSION_UNKNOWN\",\n            \"name\": \"PLATFORM_VERSION_UNKNOWN\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_VERSION_UNKNOWN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_WINDOWS\",\n            \"name\": \"PLATFORM_WINDOWS\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_WINDOWS_CE\",\n            \"name\": \"PLATFORM_WINDOWS_CE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_CE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003APLATFORM_WINDOWS_PHONE\",\n            \"name\": \"PLATFORM_WINDOWS_PHONE\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_PLATFORM_WINDOWS_PHONE\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_BINGBOT\",\n            \"name\": \"ROBOT_BINGBOT\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_BINGBOT\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_GOOGLEBOT\",\n            \"name\": \"ROBOT_GOOGLEBOT\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_GOOGLEBOT\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_MSNBOT\",\n            \"name\": \"ROBOT_MSNBOT\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_MSNBOT\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_SLURP\",\n            \"name\": \"ROBOT_SLURP\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_SLURP\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_UNKNOWN\",\n            \"name\": \"ROBOT_UNKNOWN\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_UNKNOWN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_VERSION_UNKNOWN\",\n            \"name\": \"ROBOT_VERSION_UNKNOWN\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_VERSION_UNKNOWN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_W3CVALIDATOR\",\n            \"name\": \"ROBOT_W3CVALIDATOR\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_W3CVALIDATOR\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AROBOT_YAHOO_MM\",\n            \"name\": \"ROBOT_YAHOO_MM\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_ROBOT_YAHOO_MM\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003AVERSION_UNKNOWN\",\n            \"name\": \"VERSION_UNKNOWN\",\n            \"summary\": \"Version\\u0020unknown\\u0020constant.\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#constant_VERSION_UNKNOWN\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_agent\",\n            \"name\": \"_agent\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__agent\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_browserName\",\n            \"name\": \"_browserName\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__browserName\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_compatibilityViewName\",\n            \"name\": \"_compatibilityViewName\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewName\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_compatibilityViewVer\",\n            \"name\": \"_compatibilityViewVer\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__compatibilityViewVer\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_customBrowserDetection\",\n            \"name\": \"_customBrowserDetection\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__customBrowserDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_customPlatformDetection\",\n            \"name\": \"_customPlatformDetection\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__customPlatformDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_customRobotDetection\",\n            \"name\": \"_customRobotDetection\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__customRobotDetection\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_is64bit\",\n            \"name\": \"_is64bit\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__is64bit\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_isMobile\",\n            \"name\": \"_isMobile\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__isMobile\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_isRobot\",\n            \"name\": \"_isRobot\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__isRobot\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_platform\",\n            \"name\": \"_platform\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__platform\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_platformVersion\",\n            \"name\": \"_platformVersion\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__platformVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_robotName\",\n            \"name\": \"_robotName\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__robotName\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_robotVersion\",\n            \"name\": \"_robotVersion\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__robotVersion\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\\\\BrowserDetection\\u003A\\u003A\\u0024_version\",\n            \"name\": \"_version\",\n            \"summary\": \"\",\n            \"url\": \"classes/Wolfcast-BrowserDetection.html#property__version\"\n        },                {\n            \"fqsen\": \"\\\\\",\n            \"name\": \"\\\\\",\n            \"summary\": \"\",\n            \"url\": \"namespaces/default.html\"\n        },                {\n            \"fqsen\": \"\\\\Wolfcast\",\n            \"name\": \"Wolfcast\",\n            \"summary\": \"\",\n            \"url\": \"namespaces/wolfcast.html\"\n        }            ]\n);\n"
  },
  {
    "path": "docs/js/template.js",
    "content": "(function(){\n    window.addEventListener('load', () => {\n        const el = document.querySelector('.phpdocumentor-on-this-page__content')\n        if (!el) {\n            return;\n        }\n\n        const observer = new IntersectionObserver(\n            ([e]) => {\n                e.target.classList.toggle(\"-stuck\", e.intersectionRatio < 1);\n            },\n            {threshold: [1]}\n        );\n\n        observer.observe(el);\n    })\n})();\nfunction openSvg(svg) {\n    // convert to a valid XML source\n    const as_text = new XMLSerializer().serializeToString(svg);\n    // store in a Blob\n    const blob = new Blob([as_text], { type: \"image/svg+xml\" });\n    // create an URI pointing to that blob\n    const url = URL.createObjectURL(blob);\n    const win = open(url);\n    // so the Garbage Collector can collect the blob\n    win.onload = (evt) => URL.revokeObjectURL(url);\n};\n\n\nvar svgs = document.querySelectorAll(\".phpdocumentor-uml-diagram svg\");\nfor( var i=0,il = svgs.length; i< il; i ++ ) {\n    svgs[i].onclick = (evt) => openSvg(evt.target);\n}"
  },
  {
    "path": "docs/namespaces/default.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                <section>\n                                        <ul class=\"phpdocumentor-breadcrumbs\">\n    </ul>\n\n    <article class=\"phpdocumentor-element -namespace\">\n        <h2 class=\"phpdocumentor-content__title\">API Documentation</h2>\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"namespaces/default.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n\n<h4 id=\"namespaces\">\n    Namespaces\n    <a href=\"namespaces/default.html#namespaces\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -namespace\"><a href=\"namespaces/wolfcast.html\"><abbr title=\"\\Wolfcast\">Wolfcast</abbr></a></dt>\n    </dl>\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div class=\"phpdocumentor-modal\" id=\"source-view\">\n    <div class=\"phpdocumentor-modal-bg\" data-exit-button></div>\n    <div class=\"phpdocumentor-modal-container\">\n        <div class=\"phpdocumentor-modal-content\">\n            <pre style=\"max-height: 500px; overflow-y: scroll\" data-src=\"\" class=\"language-php line-numbers linkable-line-numbers\"></pre>\n        </div>\n        <button data-exit-button class=\"phpdocumentor-modal__close\">&times;</button>\n    </div>\n</div>\n\n    <script type=\"text/javascript\">\n        (function () {\n            function loadExternalCodeSnippet(el, url, line) {\n                Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {\n                    const src = url || pre.getAttribute('data-src').replace(/\\\\/g, '/');\n                    const language = 'php';\n\n                    const code = document.createElement('code');\n                    code.className = 'language-' + language;\n                    pre.textContent = '';\n                    pre.setAttribute('data-line', line)\n                    code.textContent = 'Loading…';\n                    pre.appendChild(code);\n\n                    var xhr = new XMLHttpRequest();\n\n                    xhr.open('GET', src, true);\n\n                    xhr.onreadystatechange = function () {\n                        if (xhr.readyState !== 4) {\n                            return;\n                        }\n\n                        if (xhr.status < 400 && xhr.responseText) {\n                            code.textContent = xhr.responseText;\n                            Prism.highlightElement(code);\n                            return;\n                        }\n\n                        if (xhr.status === 404) {\n                            code.textContent = '✖ Error: File could not be found';\n                            return;\n                        }\n\n                        if (xhr.status >= 400) {\n                            code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;\n                            return;\n                        }\n\n                        code.textContent = '✖ Error: An unknown error occurred';\n                    };\n\n                    xhr.send(null);\n                });\n            }\n\n            const modalButtons = document.querySelectorAll(\"[data-modal]\");\n            const openedAsLocalFile = window.location.protocol === 'file:';\n            if (modalButtons.length > 0 && openedAsLocalFile) {\n                console.warn(\n                    'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +\n                    'browsers block XHR requests when a page is opened this way'\n                );\n            }\n\n            modalButtons.forEach(function (trigger) {\n                if (openedAsLocalFile) {\n                    trigger.setAttribute(\"hidden\", \"hidden\");\n                }\n\n                trigger.addEventListener(\"click\", function (event) {\n                    event.preventDefault();\n                    const modal = document.getElementById(trigger.dataset.modal);\n                    if (!modal) {\n                        console.error(`Modal with id \"${trigger.dataset.modal}\" could not be found`);\n                        return;\n                    }\n                    modal.classList.add(\"phpdocumentor-modal__open\");\n\n                    loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)\n                    const exits = modal.querySelectorAll(\"[data-exit-button]\");\n                    exits.forEach(function (exit) {\n                        exit.addEventListener(\"click\", function (event) {\n                            event.preventDefault();\n                            modal.classList.remove(\"phpdocumentor-modal__open\");\n                        });\n                    });\n                });\n            });\n        })();\n    </script>\n\n    </article>\n                                </section>\n                <section class=\"phpdocumentor-on-this-page__sidebar\">\n\n    <section class=\"phpdocumentor-on-this-page__content\">\n        <strong class=\"phpdocumentor-on-this-page__title\">On this page</strong>\n\n        <ul class=\"phpdocumentor-list -clean\">\n            <li class=\"phpdocumentor-on-this-page-section__title\">Table Of Contents</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                                                                                                                                                                </ul>\n            </li>\n\n\n                    </ul>\n    </section>\n\n                </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"namespaces/default.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/namespaces/wolfcast.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"-active\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                <section>\n                                        <ul class=\"phpdocumentor-breadcrumbs\">\n    </ul>\n\n    <article class=\"phpdocumentor-element -namespace\">\n        <h2 class=\"phpdocumentor-content__title\">Wolfcast</h2>\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"namespaces/wolfcast.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n\n\n\n    <h4 id=\"toc-classes\">\n        Classes\n        <a href=\"namespaces/wolfcast.html#toc-classes\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <dl class=\"phpdocumentor-table-of-contents\">\n                    <dt class=\"phpdocumentor-table-of-contents__entry -class\"><a href=\"classes/Wolfcast-BrowserDetection.html\"><abbr title=\"\\Wolfcast\\BrowserDetection\">BrowserDetection</abbr></a></dt><dd>The BrowserDetection class facilitates the identification of the user&#039;s environment such as Web browser, version,\nplatform and device type.</dd>    </dl>\n\n\n\n\n\n\n\n\n\n\n\n        <div class=\"phpdocumentor-modal\" id=\"source-view\">\n    <div class=\"phpdocumentor-modal-bg\" data-exit-button></div>\n    <div class=\"phpdocumentor-modal-container\">\n        <div class=\"phpdocumentor-modal-content\">\n            <pre style=\"max-height: 500px; overflow-y: scroll\" data-src=\"\" class=\"language-php line-numbers linkable-line-numbers\"></pre>\n        </div>\n        <button data-exit-button class=\"phpdocumentor-modal__close\">&times;</button>\n    </div>\n</div>\n\n    <script type=\"text/javascript\">\n        (function () {\n            function loadExternalCodeSnippet(el, url, line) {\n                Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {\n                    const src = url || pre.getAttribute('data-src').replace(/\\\\/g, '/');\n                    const language = 'php';\n\n                    const code = document.createElement('code');\n                    code.className = 'language-' + language;\n                    pre.textContent = '';\n                    pre.setAttribute('data-line', line)\n                    code.textContent = 'Loading…';\n                    pre.appendChild(code);\n\n                    var xhr = new XMLHttpRequest();\n\n                    xhr.open('GET', src, true);\n\n                    xhr.onreadystatechange = function () {\n                        if (xhr.readyState !== 4) {\n                            return;\n                        }\n\n                        if (xhr.status < 400 && xhr.responseText) {\n                            code.textContent = xhr.responseText;\n                            Prism.highlightElement(code);\n                            return;\n                        }\n\n                        if (xhr.status === 404) {\n                            code.textContent = '✖ Error: File could not be found';\n                            return;\n                        }\n\n                        if (xhr.status >= 400) {\n                            code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;\n                            return;\n                        }\n\n                        code.textContent = '✖ Error: An unknown error occurred';\n                    };\n\n                    xhr.send(null);\n                });\n            }\n\n            const modalButtons = document.querySelectorAll(\"[data-modal]\");\n            const openedAsLocalFile = window.location.protocol === 'file:';\n            if (modalButtons.length > 0 && openedAsLocalFile) {\n                console.warn(\n                    'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +\n                    'browsers block XHR requests when a page is opened this way'\n                );\n            }\n\n            modalButtons.forEach(function (trigger) {\n                if (openedAsLocalFile) {\n                    trigger.setAttribute(\"hidden\", \"hidden\");\n                }\n\n                trigger.addEventListener(\"click\", function (event) {\n                    event.preventDefault();\n                    const modal = document.getElementById(trigger.dataset.modal);\n                    if (!modal) {\n                        console.error(`Modal with id \"${trigger.dataset.modal}\" could not be found`);\n                        return;\n                    }\n                    modal.classList.add(\"phpdocumentor-modal__open\");\n\n                    loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)\n                    const exits = modal.querySelectorAll(\"[data-exit-button]\");\n                    exits.forEach(function (exit) {\n                        exit.addEventListener(\"click\", function (event) {\n                            event.preventDefault();\n                            modal.classList.remove(\"phpdocumentor-modal__open\");\n                        });\n                    });\n                });\n            });\n        })();\n    </script>\n\n    </article>\n                                </section>\n                <section class=\"phpdocumentor-on-this-page__sidebar\">\n\n    <section class=\"phpdocumentor-on-this-page__content\">\n        <strong class=\"phpdocumentor-on-this-page__title\">On this page</strong>\n\n        <ul class=\"phpdocumentor-list -clean\">\n            <li class=\"phpdocumentor-on-this-page-section__title\">Table Of Contents</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                                                                                    <li><a href=\"namespaces/wolfcast.html#toc-classes\">Classes</a></li>\n                                                                                                                    </ul>\n            </li>\n\n\n                    </ul>\n    </section>\n\n                </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"namespaces/wolfcast.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/packages/BrowserDetection.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"-active\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                <section>\n                                        <ul class=\"phpdocumentor-breadcrumbs\">\n    </ul>\n\n    <article class=\"phpdocumentor-element -package\">\n        <h2 class=\"phpdocumentor-content__title\">BrowserDetection</h2>\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"packages/BrowserDetection.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n\n\n\n    <h4 id=\"toc-classes\">\n        Classes\n        <a href=\"packages/BrowserDetection.html#toc-classes\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n    </h4>\n    <dl class=\"phpdocumentor-table-of-contents\">\n                    <dt class=\"phpdocumentor-table-of-contents__entry -class\"><a href=\"classes/Wolfcast-BrowserDetection.html\"><abbr title=\"\\Wolfcast\\BrowserDetection\">BrowserDetection</abbr></a></dt><dd>The BrowserDetection class facilitates the identification of the user&#039;s environment such as Web browser, version,\nplatform and device type.</dd>    </dl>\n\n\n\n\n\n\n\n\n\n\n\n        <div class=\"phpdocumentor-modal\" id=\"source-view\">\n    <div class=\"phpdocumentor-modal-bg\" data-exit-button></div>\n    <div class=\"phpdocumentor-modal-container\">\n        <div class=\"phpdocumentor-modal-content\">\n            <pre style=\"max-height: 500px; overflow-y: scroll\" data-src=\"\" class=\"language-php line-numbers linkable-line-numbers\"></pre>\n        </div>\n        <button data-exit-button class=\"phpdocumentor-modal__close\">&times;</button>\n    </div>\n</div>\n\n    <script type=\"text/javascript\">\n        (function () {\n            function loadExternalCodeSnippet(el, url, line) {\n                Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {\n                    const src = url || pre.getAttribute('data-src').replace(/\\\\/g, '/');\n                    const language = 'php';\n\n                    const code = document.createElement('code');\n                    code.className = 'language-' + language;\n                    pre.textContent = '';\n                    pre.setAttribute('data-line', line)\n                    code.textContent = 'Loading…';\n                    pre.appendChild(code);\n\n                    var xhr = new XMLHttpRequest();\n\n                    xhr.open('GET', src, true);\n\n                    xhr.onreadystatechange = function () {\n                        if (xhr.readyState !== 4) {\n                            return;\n                        }\n\n                        if (xhr.status < 400 && xhr.responseText) {\n                            code.textContent = xhr.responseText;\n                            Prism.highlightElement(code);\n                            return;\n                        }\n\n                        if (xhr.status === 404) {\n                            code.textContent = '✖ Error: File could not be found';\n                            return;\n                        }\n\n                        if (xhr.status >= 400) {\n                            code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;\n                            return;\n                        }\n\n                        code.textContent = '✖ Error: An unknown error occurred';\n                    };\n\n                    xhr.send(null);\n                });\n            }\n\n            const modalButtons = document.querySelectorAll(\"[data-modal]\");\n            const openedAsLocalFile = window.location.protocol === 'file:';\n            if (modalButtons.length > 0 && openedAsLocalFile) {\n                console.warn(\n                    'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +\n                    'browsers block XHR requests when a page is opened this way'\n                );\n            }\n\n            modalButtons.forEach(function (trigger) {\n                if (openedAsLocalFile) {\n                    trigger.setAttribute(\"hidden\", \"hidden\");\n                }\n\n                trigger.addEventListener(\"click\", function (event) {\n                    event.preventDefault();\n                    const modal = document.getElementById(trigger.dataset.modal);\n                    if (!modal) {\n                        console.error(`Modal with id \"${trigger.dataset.modal}\" could not be found`);\n                        return;\n                    }\n                    modal.classList.add(\"phpdocumentor-modal__open\");\n\n                    loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)\n                    const exits = modal.querySelectorAll(\"[data-exit-button]\");\n                    exits.forEach(function (exit) {\n                        exit.addEventListener(\"click\", function (event) {\n                            event.preventDefault();\n                            modal.classList.remove(\"phpdocumentor-modal__open\");\n                        });\n                    });\n                });\n            });\n        })();\n    </script>\n\n    </article>\n                                </section>\n                <section class=\"phpdocumentor-on-this-page__sidebar\">\n\n    <section class=\"phpdocumentor-on-this-page__content\">\n        <strong class=\"phpdocumentor-on-this-page__title\">On this page</strong>\n\n        <ul class=\"phpdocumentor-list -clean\">\n            <li class=\"phpdocumentor-on-this-page-section__title\">Table Of Contents</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                                                                                        <li><a href=\"packages/BrowserDetection.html#toc-classes\">Classes</a></li>\n                                                                                                                    </ul>\n            </li>\n\n\n                    </ul>\n    </section>\n\n                </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"packages/BrowserDetection.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/packages/default.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>Wolfcast BrowserDetection Documentation</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                <section>\n                                        <ul class=\"phpdocumentor-breadcrumbs\">\n    </ul>\n\n    <article class=\"phpdocumentor-element -package\">\n        <h2 class=\"phpdocumentor-content__title\">API Documentation</h2>\n\n\n<h3 id=\"toc\">\n    Table of Contents\n    <a href=\"packages/default.html#toc\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h3>\n\n<h4 id=\"packages\">\n    Packages\n    <a href=\"packages/default.html#packages\" class=\"headerlink\"><i class=\"fas fa-link\"></i></a>\n\n</h4>\n<dl class=\"phpdocumentor-table-of-contents\">\n            <dt class=\"phpdocumentor-table-of-contents__entry -package\"><a href=\"packages/BrowserDetection.html\"><abbr title=\"\\BrowserDetection\">BrowserDetection</abbr></a></dt>\n    </dl>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div class=\"phpdocumentor-modal\" id=\"source-view\">\n    <div class=\"phpdocumentor-modal-bg\" data-exit-button></div>\n    <div class=\"phpdocumentor-modal-container\">\n        <div class=\"phpdocumentor-modal-content\">\n            <pre style=\"max-height: 500px; overflow-y: scroll\" data-src=\"\" class=\"language-php line-numbers linkable-line-numbers\"></pre>\n        </div>\n        <button data-exit-button class=\"phpdocumentor-modal__close\">&times;</button>\n    </div>\n</div>\n\n    <script type=\"text/javascript\">\n        (function () {\n            function loadExternalCodeSnippet(el, url, line) {\n                Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {\n                    const src = url || pre.getAttribute('data-src').replace(/\\\\/g, '/');\n                    const language = 'php';\n\n                    const code = document.createElement('code');\n                    code.className = 'language-' + language;\n                    pre.textContent = '';\n                    pre.setAttribute('data-line', line)\n                    code.textContent = 'Loading…';\n                    pre.appendChild(code);\n\n                    var xhr = new XMLHttpRequest();\n\n                    xhr.open('GET', src, true);\n\n                    xhr.onreadystatechange = function () {\n                        if (xhr.readyState !== 4) {\n                            return;\n                        }\n\n                        if (xhr.status < 400 && xhr.responseText) {\n                            code.textContent = xhr.responseText;\n                            Prism.highlightElement(code);\n                            return;\n                        }\n\n                        if (xhr.status === 404) {\n                            code.textContent = '✖ Error: File could not be found';\n                            return;\n                        }\n\n                        if (xhr.status >= 400) {\n                            code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;\n                            return;\n                        }\n\n                        code.textContent = '✖ Error: An unknown error occurred';\n                    };\n\n                    xhr.send(null);\n                });\n            }\n\n            const modalButtons = document.querySelectorAll(\"[data-modal]\");\n            const openedAsLocalFile = window.location.protocol === 'file:';\n            if (modalButtons.length > 0 && openedAsLocalFile) {\n                console.warn(\n                    'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +\n                    'browsers block XHR requests when a page is opened this way'\n                );\n            }\n\n            modalButtons.forEach(function (trigger) {\n                if (openedAsLocalFile) {\n                    trigger.setAttribute(\"hidden\", \"hidden\");\n                }\n\n                trigger.addEventListener(\"click\", function (event) {\n                    event.preventDefault();\n                    const modal = document.getElementById(trigger.dataset.modal);\n                    if (!modal) {\n                        console.error(`Modal with id \"${trigger.dataset.modal}\" could not be found`);\n                        return;\n                    }\n                    modal.classList.add(\"phpdocumentor-modal__open\");\n\n                    loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)\n                    const exits = modal.querySelectorAll(\"[data-exit-button]\");\n                    exits.forEach(function (exit) {\n                        exit.addEventListener(\"click\", function (event) {\n                            event.preventDefault();\n                            modal.classList.remove(\"phpdocumentor-modal__open\");\n                        });\n                    });\n                });\n            });\n        })();\n    </script>\n\n    </article>\n                                </section>\n                <section class=\"phpdocumentor-on-this-page__sidebar\">\n\n    <section class=\"phpdocumentor-on-this-page__content\">\n        <strong class=\"phpdocumentor-on-this-page__title\">On this page</strong>\n\n        <ul class=\"phpdocumentor-list -clean\">\n            <li class=\"phpdocumentor-on-this-page-section__title\">Table Of Contents</li>\n            <li>\n                <ul class=\"phpdocumentor-list -clean\">\n                                                                                                                                                                                </ul>\n            </li>\n\n\n                    </ul>\n    </section>\n\n                </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"packages/default.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/reports/deprecated.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>    Wolfcast BrowserDetection Documentation &raquo; Deprecated elements\n</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                        <section>\n        <ul class=\"phpdocumentor-breadcrumbs\">\n            <li><a href=\"\">Home</a></li>\n        </ul>\n\n        <div class=\"phpdocumentor-row\">\n            <h2 class=\"phpdocumentor-content__title\">Deprecated</h2>\n\n\n                            <div class=\"phpdocumentor-admonition phpdocumentor-admonition--success\">\n                    No deprecated elements have been found in this project.\n                </div>\n                    </div>\n    </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"reports/deprecated.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/reports/errors.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>    Wolfcast BrowserDetection Documentation &raquo; Compilation errors\n</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                        <section>\n        <ul class=\"phpdocumentor-breadcrumbs\">\n            <li><a href=\"\">Home</a></li>\n        </ul>\n\n        <div class=\"phpdocumentor-row\">\n            <h2 class=\"phpdocumentor-content__title\">Errors</h2>\n\n\n                            <div class=\"phpdocumentor-admonition phpdocumentor-admonition--success\">No errors have been found in this project.</div>\n\n                    </div>\n    </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"reports/errors.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/reports/markers.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n            <title>    Wolfcast BrowserDetection Documentation &raquo; Markers\n</title>\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <base href=\"../\">\n    <link rel=\"icon\" href=\"/favicon.ico\"/>\n    <link rel=\"stylesheet\" href=\"css/normalize.css\">\n    <link rel=\"stylesheet\" href=\"css/base.css\">\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap\" rel=\"stylesheet\">\n        <link href=\"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"css/template.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css\" integrity=\"sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=\" crossorigin=\"anonymous\" />\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css\">\n        <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css\">\n                <script src=\"https://cdn.jsdelivr.net/npm/fuse.js@3.4.6\"></script>\n        <script src=\"https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2\"></script>\n        <script src=\"js/template.js\"></script>\n        <script src=\"js/search.js\"></script>\n        <script defer src=\"js/searchIndex.js\"></script>\n    </head>\n<body id=\"top\">\n    <header class=\"phpdocumentor-header phpdocumentor-section\">\n    <h1 class=\"phpdocumentor-title\"><a href=\"\" class=\"phpdocumentor-title__link\">Wolfcast BrowserDetection Documentation</a></h1>\n    <input class=\"phpdocumentor-header__menu-button\" type=\"checkbox\" id=\"menu-button\" name=\"menu-button\" />\n    <label class=\"phpdocumentor-header__menu-icon\" for=\"menu-button\">\n        <i class=\"fas fa-bars\"></i>\n    </label>\n    <section data-search-form class=\"phpdocumentor-search\">\n    <label>\n        <span class=\"visually-hidden\">Search for</span>\n        <svg class=\"phpdocumentor-search__icon\" width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <circle cx=\"7.5\" cy=\"7.5\" r=\"6.5\" stroke=\"currentColor\" stroke-width=\"2\"/>\n            <line x1=\"12.4892\" y1=\"12.2727\" x2=\"19.1559\" y2=\"18.9393\" stroke=\"currentColor\" stroke-width=\"3\"/>\n        </svg>\n        <input type=\"search\" class=\"phpdocumentor-field phpdocumentor-search__field\" placeholder=\"Loading ..\" disabled />\n    </label>\n</section>\n\n    <nav class=\"phpdocumentor-topnav\">\n    <ul class=\"phpdocumentor-topnav__menu\">\n        </ul>\n</nav>\n</header>\n\n    <main class=\"phpdocumentor\">\n        <div class=\"phpdocumentor-section\">\n            <input class=\"phpdocumentor-sidebar__menu-button\" type=\"checkbox\" id=\"sidebar-button\" name=\"sidebar-button\" />\n<label class=\"phpdocumentor-sidebar__menu-icon\" for=\"sidebar-button\">\n    Menu\n</label>\n<aside class=\"phpdocumentor-column -three phpdocumentor-sidebar\">\n                    <section class=\"phpdocumentor-sidebar__category -namespaces\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Namespaces</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"namespaces/wolfcast.html\" class=\"\">Wolfcast</a>\n</h4>\n\n                        </section>\n                <section class=\"phpdocumentor-sidebar__category -packages\">\n            <h2 class=\"phpdocumentor-sidebar__category-header\">Packages</h2>\n                                    <h4 class=\"phpdocumentor-sidebar__root-namespace\">\n    <a href=\"packages/BrowserDetection.html\" class=\"\">BrowserDetection</a>\n</h4>\n\n                        </section>\n\n    <section class=\"phpdocumentor-sidebar__category -reports\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Reports</h2>\n                <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/deprecated.html\">Deprecated</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/errors.html\">Errors</a></h3>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"reports/markers.html\">Markers</a></h3>\n    </section>\n\n    <section class=\"phpdocumentor-sidebar__category -indices\">\n        <h2 class=\"phpdocumentor-sidebar__category-header\">Indices</h2>\n        <h3 class=\"phpdocumentor-sidebar__root-package\"><a href=\"indices/files.html\">Files</a></h3>\n    </section>\n</aside>\n\n            <div class=\"phpdocumentor-column -nine phpdocumentor-content\">\n                                        <section>\n        <ul class=\"phpdocumentor-breadcrumbs\">\n            <li><a href=\"\">Home</a></li>\n        </ul>\n\n        <div class=\"phpdocumentor-row\">\n            <h2 class=\"phpdocumentor-content__title\">Markers</h2>\n\n                            <div class=\"phpdocumentor-admonition phpdocumentor-admonition--success\">\n                    No markers have been found in this project.\n                </div>\n\n                    </div>\n    </section>\n                            </div>\n            <section data-search-results class=\"phpdocumentor-search-results phpdocumentor-search-results--hidden\">\n    <section class=\"phpdocumentor-search-results__dialog\">\n        <header class=\"phpdocumentor-search-results__header\">\n            <h2 class=\"phpdocumentor-search-results__title\">Search results</h2>\n            <button class=\"phpdocumentor-search-results__close\"><i class=\"fas fa-times\"></i></button>\n        </header>\n        <section class=\"phpdocumentor-search-results__body\">\n            <ul class=\"phpdocumentor-search-results__entries\"></ul>\n        </section>\n    </section>\n</section>\n        </div>\n        <a href=\"reports/markers.html#top\" class=\"phpdocumentor-back-to-top\"><i class=\"fas fa-chevron-circle-up\"></i></a>\n\n    </main>\n\n    <script>\n        cssVars({});\n    </script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "lib/BrowserDetection.php",
    "content": "<?php\n\n/**\n * Browser detection class file.\n * This file contains everything required to use the BrowserDetection class. Tested with PHP 8.3.6, 7.4.33 and 5.6.40.\n *\n * This program is free software; you can redistribute it and/or modify it under the terms of EITHER the MIT License\n * (SPDX short identifier: MIT) OR the GNU Lesser General Public License Version 3 (SPDX short identifier:\n * LGPL-3.0-only). License details can be found in the LICENSE-*.md files of this project or on the below URLs.\n *\n * @package BrowserDetection\n * @version 2.9.9\n * @last-modified March 23, 2025\n * @author Alexandre Valiquette\n * @copyright Copyright (c) 2025, Wolfcast\n * @license https://spdx.org/licenses/GPL-3.0-only.html\n * @license https://spdx.org/licenses/MIT.html\n * @link https://wolfcast.com/\n */\n\n\nnamespace Wolfcast;\n\n\n/**\n * The BrowserDetection class facilitates the identification of the user's environment such as Web browser, version,\n * platform and device type.\n *\n * Typical usage:\n *\n * ```php\n * $browser = new Wolfcast\\BrowserDetection();\n * if ($browser->getName() == Wolfcast\\BrowserDetection::BROWSER_FIREFOX &&\n *     $browser->compareVersions($browser->getVersion(), '5.0') >= 0) {\n *     echo 'You are using FireFox version 5 or greater.';\n * }\n * ```\n *\n * The class is a rewrite of Chris Schuld's Browser class version 1.9 which is mostly unmaintained since August 20th,\n * 2010. Chris' class was based on the original work from Gary White.\n *\n * Updates:\n *\n * 2025-03-23: Version 2.9.9\n *  + Added macOS Sequoia detection for browsers that still correctly report the macOS version.\n *\n * 2024-04-21: Version 2.9.8\n *  + Added macOS Sonoma and macOS Ventura detection. Note that all the majors Web browsers have reported macOS Catalina\n *    since 2021 for any macOS 11+ versions. See the documentation of macVerToStr() for more details.\n *  + Improved the library documentation when detecting Windows version names since Windows 11 is always reported as\n *    Windows 10. See windowsNTVerToStr() for more details.\n *  + Updated HTML documentation of the library to the latest version of phpDocumentor.\n *\n * 2022-09-20: Version 2.9.7\n *  + Changed licensing to dual licensing: MIT or LGPL-3.0-only. This has no impact on existing users. You can continue\n *    under the previous license or switch to MIT.\n *\n * 2022-05-01: Version 2.9.6\n *  + Added support for Chrome OS.\n *  + Added support for macOS Monterey and macOS Big Sur.\n *  + Now correctly detects AArch64 as 64-bit.\n *  + Added support for PHP 8.\n *  + Tested with latest Web Browsers and platforms.\n *\n * 2020-02-02: Version 2.9.5\n *  + WARNING! Breaking change: complete rework of robots detection. Now robot name and version is detected in addition\n *    of browser name and version. Use getRobotName() and getRobotVersion() when isRobot() is true.\n *  + WARNING! Breaking change: due to robots detection rework the following methods signatures has changed (isRobot\n *    parameter removed): addCustomBrowserDetection(), checkSimpleBrowserUA(), checkBrowserUAWithVersion().\n *  + Added possibility to support new robots with addCustomRobotDetection().\n *  + Added support for the new Microsoft Edge based on Chromium.\n *  + Added version names for Android 10 and later (Google no longer use candy names for new versions).\n *  + Added macOS Catalina detection.\n *  + Added Windows Server 2019 detection (Windows Server 2016 can be no longer detected due to the fact that they both\n *    use the same version number and that the build is not included in the user agent).\n *\n * 2019-03-27: Version 2.9.3\n *  + Fixed Edge detection on Android.\n *  + Added Android Q detection.\n *  + Now filtering superglobals.\n *\n * 2019-02-28: Version 2.9.2\n *  + Fixed Opera detection.\n *\n * 2018-08-23: Version 2.9.1\n *  + Fixed Chrome detection under iOS.\n *  + Added Android Pie detection.\n *  + Added macOS Mojave detection.\n *\n * 2018-07-15: Version 2.9.0\n *  + WARNING! Breaking change: new Wolfcast namespace. Use new Wolfcast\\BrowserDetection().\n *  + iPad, iPhone and iPod are all under iOS now.\n *  + Added Android Oreo detection.\n *  + Added macOS High Sierra detection.\n *  + Added UC Browser detection.\n *  + Improved regular expressions (even less false positives).\n *  + Removed AOL detection.\n *  + Removed the following Web browsers detection: Amaya, Galeon, NetPositive, OmniWeb, Vivaldi detection (use\n *    addCustomBrowserDetection()).\n *  + Removed the following legacy platforms detection: BeOS, OS/2, SunOS (use addCustomPlatformDetection()).\n *\n * 2016-11-28: Version 2.5.1\n *  + Better detection of 64-bit platforms.\n *\n * 2016-08-19: Version 2.5.0\n *  + Platform version and platform version name are now supported for Mac.\n *  + Fixed platform version name for Android.\n *\n * 2016-08-02: Version 2.4.0\n *  + Platform version and platform version name are now supported for Android.\n *  + Added support for the Samsung Internet browser.\n *  + Added support for the Vivaldi browser.\n *  + Better support for legacy Windows versions.\n *\n * 2016-02-11: Version 2.3.0\n *  + WARNING! Breaking change: public method getBrowser() is renamed to getName().\n *  + WARNING! Breaking change: changed the compareVersions() return values to be more in line with other libraries.\n *  + You can now get the exact platform version (name or version numbers) on which the browser is run on with\n *    getPlatformVersion(). Only working with Windows operating systems at the moment.\n *  + You can now determine if the browser is executed from a 64-bit platform with is64bitPlatform().\n *  + Better detection of mobile platform for Googlebot.\n *\n * 2016-01-04: Version 2.2.0\n *  + Added support for Microsoft Edge.\n *\n * 2014-12-30: Version 2.1.2\n *  + Better detection of Opera.\n *\n * 2014-07-11: Version 2.1.1\n *  + Better detection of mobile devices and platforms.\n *\n * 2014-06-04: Version 2.1.0\n *  + Added support for IE 11+.\n *\n * 2013-05-27: Version 2.0.0 which is (almost) a complete rewrite based on Chris Schuld's Browser class version 1.9 plus\n * changes below.\n *  + Added support for Opera Mobile\n *  + Added support for the Windows Phone (formerly Windows Mobile) platform\n *  + Added support for BlackBerry Tablet OS and BlackBerry 10\n *  + Added support for the Symbian platform\n *  + Added support for Bingbot\n *  + Added support for the Yahoo! Multimedia crawler\n *  + Removed iPhone/iPad/iPod browsers since there are not browsers but platforms - test them with getPlatform()\n *  + Removed support for Shiretoko (Firefox 3.5 alpha/beta) and MSN Browser\n *  + Merged Nokia and Nokia S60\n *  + Updated some deprecated browser names\n *  + Many public methods are now protected\n *  + Documentation updated\n *\n * 2010-07-04:\n *  + Added detection of IE compatibility view - test with getIECompatibilityView()\n *  + Added support for all (deprecated) Netscape versions\n *  + Added support for Safari < 3.0\n *  + Better Firefox version parsing\n *  + Better Opera version parsing\n *  + Better Mozilla detection\n *\n * @package BrowserDetection\n * @version 2.9.9\n * @last-modified March 23, 2025\n * @author Alexandre Valiquette, Chris Schuld, Gary White\n * @copyright Copyright (c) 2025, Wolfcast\n * @license https://spdx.org/licenses/GPL-3.0-only.html\n * @license https://spdx.org/licenses/MIT.html\n * @link https://wolfcast.com/\n * @link https://wolfcast.com/open-source/browser-detection/tutorial.php\n * @link https://chrisschuld.com/\n */\nclass BrowserDetection\n{\n\n    /**#@+\n     * Constant for the name of the Web browser.\n     */\n    const BROWSER_ANDROID = 'Android';\n    const BROWSER_BLACKBERRY = 'BlackBerry';\n    const BROWSER_CHROME = 'Chrome';\n    const BROWSER_EDGE = 'Edge';\n    const BROWSER_FIREBIRD = 'Firebird';\n    const BROWSER_FIREFOX = 'Firefox';\n    const BROWSER_ICAB = 'iCab';\n    const BROWSER_ICECAT = 'GNU IceCat';\n    const BROWSER_ICEWEASEL = 'GNU IceWeasel';\n    const BROWSER_IE = 'Internet Explorer';\n    const BROWSER_IE_MOBILE = 'Internet Explorer Mobile';\n    const BROWSER_KONQUEROR = 'Konqueror';\n    const BROWSER_LYNX = 'Lynx';\n    const BROWSER_MOZILLA = 'Mozilla';\n    const BROWSER_MSNTV = 'MSN TV';\n    const BROWSER_NETSCAPE = 'Netscape';\n    const BROWSER_NOKIA = 'Nokia Browser';\n    const BROWSER_OPERA = 'Opera';\n    const BROWSER_OPERA_MINI = 'Opera Mini';\n    const BROWSER_OPERA_MOBILE = 'Opera Mobile';\n    const BROWSER_PHOENIX = 'Phoenix';\n    const BROWSER_SAFARI = 'Safari';\n    const BROWSER_SAMSUNG = 'Samsung Internet';\n    const BROWSER_TABLET_OS = 'BlackBerry Tablet OS';\n    const BROWSER_UC = 'UC Browser';\n    const BROWSER_UNKNOWN = 'unknown';\n    /**#@-*/\n\n    /**#@+\n     * Constant for the name of the platform on which the Web browser runs.\n     */\n    const PLATFORM_ANDROID = 'Android';\n    const PLATFORM_BLACKBERRY = 'BlackBerry';\n    const PLATFORM_CHROME_OS = 'Chrome OS';\n    const PLATFORM_FREEBSD = 'FreeBSD';\n    const PLATFORM_IOS = 'iOS';\n    const PLATFORM_LINUX = 'Linux';\n    const PLATFORM_MACINTOSH = 'Macintosh';\n    const PLATFORM_NETBSD = 'NetBSD';\n    const PLATFORM_NOKIA = 'Nokia';\n    const PLATFORM_OPENBSD = 'OpenBSD';\n    const PLATFORM_OPENSOLARIS = 'OpenSolaris';\n    const PLATFORM_SYMBIAN = 'Symbian';\n    const PLATFORM_UNKNOWN = 'unknown';\n    const PLATFORM_VERSION_UNKNOWN = 'unknown';\n    const PLATFORM_WINDOWS = 'Windows';\n    const PLATFORM_WINDOWS_CE = 'Windows CE';\n    const PLATFORM_WINDOWS_PHONE = 'Windows Phone';\n    /**#@-*/\n\n    /**#@+\n     * Constant for the name of the robot.\n     */\n    const ROBOT_BINGBOT = 'Bingbot';\n    const ROBOT_GOOGLEBOT = 'Googlebot';\n    const ROBOT_MSNBOT = 'MSNBot';\n    const ROBOT_SLURP = 'Yahoo! Slurp';\n    const ROBOT_UNKNOWN = '';\n    const ROBOT_VERSION_UNKNOWN = '';\n    const ROBOT_W3CVALIDATOR = 'W3C Validator';\n    const ROBOT_YAHOO_MM = 'Yahoo! Multimedia';\n    /**#@-*/\n\n    /**\n     * Version unknown constant.\n     */\n    const VERSION_UNKNOWN = 'unknown';\n\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_agent = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_browserName = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_compatibilityViewName = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_compatibilityViewVer = '';\n\n    /**\n     * @var array\n     * @access private\n     */\n    private $_customBrowserDetection = array();\n\n    /**\n     * @var array\n     * @access private\n     */\n    private $_customPlatformDetection = array();\n\n    /**\n     * @var array\n     * @access private\n     */\n    private $_customRobotDetection = array();\n\n    /**\n     * @var boolean\n     * @access private\n     */\n    private $_is64bit = false;\n\n    /**\n     * @var boolean\n     * @access private\n     */\n    private $_isMobile = false;\n\n    /**\n     * @var boolean\n     * @access private\n     */\n    private $_isRobot = false;\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_platform = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_platformVersion = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_robotName = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_robotVersion = '';\n\n    /**\n     * @var string\n     * @access private\n     */\n    private $_version = '';\n\n\n    //--- MAGIC METHODS ------------------------------------------------------------------------------------------------\n\n\n    /**\n     * BrowserDetection class constructor.\n     * @param string $useragent (optional) The user agent to work with. Leave empty for the current user agent\n     * (contained in $_SERVER['HTTP_USER_AGENT']).\n     */\n    public function __construct($useragent = '')\n    {\n        $this->setUserAgent($useragent);\n    }\n\n    /**\n     * Determine how the class will react when it is treated like a string.\n     * @return string Returns an HTML formatted string with a summary of the browser informations.\n     */\n    public function __toString()\n    {\n        $result = '';\n\n        $values = array();\n        $values[] = array('label' => 'User agent', 'value' => $this->getUserAgent());\n        $values[] = array('label' => 'Browser name', 'value' => $this->getName());\n        $values[] = array('label' => 'Browser version', 'value' => $this->getVersion());\n        $values[] = array('label' => 'Platform family', 'value' => $this->getPlatform());\n        $values[] = array('label' => 'Platform version', 'value' => $this->getPlatformVersion(true));\n        $values[] = array('label' => 'Platform version name', 'value' => $this->getPlatformVersion());\n        $values[] = array('label' => 'Platform is 64-bit', 'value' => $this->is64bitPlatform() ? 'true' : 'false');\n        $values[] = array('label' => 'Is mobile', 'value' => $this->isMobile() ? 'true' : 'false');\n        $values[] = array('label' => 'Is robot', 'value' => $this->isRobot() ? 'true' : 'false');\n        $values[] = array('label' => 'Robot name', 'value' => $this->isRobot() ? ($this->getRobotName() != self::ROBOT_UNKNOWN ? $this->getRobotName() : 'Unknown') : 'Not applicable');\n        $values[] = array('label' => 'Robot version', 'value' => $this->isRobot() ? ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN ? $this->getRobotVersion() : 'Unknown') : 'Not applicable');\n        $values[] = array('label' => 'IE is in compatibility view', 'value' => $this->isInIECompatibilityView() ? 'true' : 'false');\n        $values[] = array('label' => 'Emulated IE version', 'value' => $this->isInIECompatibilityView() ? $this->getIECompatibilityView() : 'Not applicable');\n        $values[] = array('label' => 'Is Chrome Frame', 'value' => $this->isChromeFrame() ? 'true' : 'false');\n\n        foreach ($values as $currVal) {\n            $result .= '<strong>' . htmlspecialchars($currVal['label'], ENT_NOQUOTES) . ':</strong> ' . $currVal['value'] . '<br />' . PHP_EOL;\n        }\n\n        return $result;\n    }\n\n\n    //--- PUBLIC MEMBERS -----------------------------------------------------------------------------------------------\n\n\n    /**\n     * Dynamically add support for a new Web browser.\n     * @param string $browserName The Web browser name (used for display).\n     * @param mixed $uaNameToLookFor (optional) The string (or array of strings) representing the browser name to find\n     * in the user agent. If omitted, $browserName will be used.\n     * @param boolean $isMobile (optional) Determines if the browser is from a mobile device.\n     * @param string $separator (optional) The separator string used to split the browser name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the browser name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the browser name can be found anywhere in the user agent string.\n     * @see removeCustomBrowserDetection()\n     * @return boolean Returns true if the custom rule has been added, false otherwise.\n     */\n    public function addCustomBrowserDetection($browserName, $uaNameToLookFor = '', $isMobile = false, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($browserName == '') {\n            return false;\n        }\n        if (array_key_exists($browserName, $this->_customBrowserDetection)) {\n            unset($this->_customBrowserDetection[$browserName]);\n        }\n        if ($uaNameToLookFor == '') {\n            $uaNameToLookFor = $browserName;\n        }\n        $this->_customBrowserDetection[$browserName] = array('uaNameToLookFor' => $uaNameToLookFor, 'isMobile' => $isMobile == true,\n                                                             'separator' => $separator, 'uaNameFindWords' => $uaNameFindWords == true);\n        return true;\n    }\n\n    /**\n     * Dynamically add support for a new platform.\n     * @param string $platformName The platform name (used for display).\n     * @param mixed $platformNameToLookFor (optional) The string (or array of strings) representing the platform name to\n     * find in the user agent. If omitted, $platformName will be used.\n     * @param boolean $isMobile (optional) Determines if the platform is from a mobile device.\n     * @param boolean $uaNameFindWords (optional) Determines if the platform name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * @see removeCustomPlatformDetection()\n     * @return boolean Returns true if the custom rule has been added, false otherwise.\n     */\n    public function addCustomPlatformDetection($platformName, $platformNameToLookFor = '', $isMobile = false, $uaNameFindWords = true)\n    {\n        if ($platformName == '') {\n            return false;\n        }\n        if (array_key_exists($platformName, $this->_customPlatformDetection)) {\n            unset($this->_customPlatformDetection[$platformName]);\n        }\n        if ($platformNameToLookFor == '') {\n            $platformNameToLookFor = $platformName;\n        }\n        $this->_customPlatformDetection[$platformName] = array('platformNameToLookFor' => $platformNameToLookFor,\n                                                               'isMobile' => $isMobile == true,\n                                                               'uaNameFindWords' => $uaNameFindWords == true);\n        return true;\n    }\n\n    /**\n     * Dynamically add support for a new robot.\n     * @param string $robotName The robot name (used for display).\n     * @param mixed $uaNameToLookFor (optional) The string (or array of strings) representing the robot name to find\n     * in the user agent. If omitted, $robotName will be used.\n     * @param boolean $isMobile (optional) Determines if the robot should be considered as mobile or not.\n     * @param string $separator (optional) The separator string used to split the robot name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the robot name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the robot name can be found anywhere in the user agent string.\n     * @see removeCustomRobotDetection()\n     * @return boolean Returns true if the custom rule has been added, false otherwise.\n     */\n    public function addCustomRobotDetection($robotName, $uaNameToLookFor = '', $isMobile = false, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($robotName == '') {\n            return false;\n        }\n        if (array_key_exists($robotName, $this->_customRobotDetection)) {\n            unset($this->_customRobotDetection[$robotName]);\n        }\n        if ($uaNameToLookFor == '') {\n            $uaNameToLookFor = $robotName;\n        }\n        $this->_customRobotDetection[$robotName] = array('uaNameToLookFor' => $uaNameToLookFor, 'isMobile' => $isMobile == true,\n                                                         'separator' => $separator, 'uaNameFindWords' => $uaNameFindWords == true);\n        return true;\n    }\n\n    /**\n     * Compare two version number strings.\n     * @param string $sourceVer The source version number.\n     * @param string $compareVer The version number to compare with the source version number.\n     * @return int Returns -1 if $sourceVer < $compareVer, 0 if $sourceVer == $compareVer or 1 if $sourceVer >\n     * $compareVer.\n     */\n    public function compareVersions($sourceVer, $compareVer)\n    {\n        $sourceVer = explode('.', $sourceVer);\n        foreach ($sourceVer as $k => $v) {\n            $sourceVer[$k] = $this->parseInt($v);\n        }\n\n        $compareVer = explode('.', $compareVer);\n        foreach ($compareVer as $k => $v) {\n            $compareVer[$k] = $this->parseInt($v);\n        }\n\n        if (count($sourceVer) != count($compareVer)) {\n            if (count($sourceVer) > count($compareVer)) {\n                for ($i = count($compareVer); $i < count($sourceVer); $i++) {\n                    $compareVer[$i] = 0;\n                }\n            } else {\n                for ($i = count($sourceVer); $i < count($compareVer); $i++) {\n                    $sourceVer[$i] = 0;\n                }\n            }\n        }\n\n        foreach ($sourceVer as $i => $srcVerPart) {\n            if ($srcVerPart > $compareVer[$i]) {\n                return 1;\n            } else {\n                if ($srcVerPart < $compareVer[$i]) {\n                    return -1;\n                }\n            }\n        }\n\n        return 0;\n    }\n\n    /**\n     * Get the name and version of the browser emulated in the compatibility view mode (if any). Since Internet\n     * Explorer 8, IE can be put in compatibility mode to make websites that were created for older browsers, especially\n     * IE 6 and 7, look better in IE 8+ which renders web pages closer to the standards and thus differently from those\n     * older versions of IE.\n     * @param boolean $asArray (optional) Determines if the return value must be an array (true) or a string (false).\n     * @return mixed If a string was requested, the function returns the name and version of the browser emulated in\n     * the compatibility view mode or an empty string if the browser is not in compatibility view mode. If an array was\n     * requested, an array with the keys 'browser' and 'version' is returned.\n     */\n    public function getIECompatibilityView($asArray = false)\n    {\n        if ($asArray) {\n            return array('browser' => $this->_compatibilityViewName, 'version' => $this->_compatibilityViewVer);\n        } else {\n            return trim($this->_compatibilityViewName . ' ' . $this->_compatibilityViewVer);\n        }\n    }\n\n    /**\n     * Return the BrowserDetection class version.\n     * @return string Returns the version as a sting with the #.#.# format.\n     */\n    public function getLibVersion()\n    {\n        return '2.9.9';\n    }\n\n    /**\n     * Get the name of the browser. All of the return values are class constants. You can compare them like this:\n     * $myBrowserInstance->getName() == BrowserDetection::BROWSER_FIREFOX.\n     * @return string Returns the name of the browser or BrowserDetection::BROWSER_UNKNOWN if unknown.\n     */\n    public function getName()\n    {\n        return $this->_browserName;\n    }\n\n    /**\n     * Get the name of the platform family on which the browser is run on (such as Windows, Apple, etc.). All of\n     * the return values are class constants. You can compare them like this:\n     * $myBrowserInstance->getPlatform() == BrowserDetection::PLATFORM_ANDROID.\n     * @return string Returns the name of the platform or BrowserDetection::PLATFORM_UNKNOWN if unknown.\n     */\n    public function getPlatform()\n    {\n        return $this->_platform;\n    }\n\n    /**\n     * Get the platform version on which the browser is run on. It can be returned as a string number like 'NT 6.3' or\n     * as a name like 'Windows 8.1'. When returning version string numbers for Windows NT OS families the number is\n     * prefixed by 'NT ' to differentiate from older Windows 3.x & 9x release. At the moment only the Windows and\n     * Android operating systems are supported.\n     * @param boolean $returnVersionNumbers (optional) Determines if the return value must be versions numbers as a\n     * string (true) or the version name (false).\n     * @param boolean $returnServerFlavor (optional) Since some Windows NT versions have the same values, this flag\n     * determines if the Server flavor is returned or not. For instance Windows 8.1 and Windows Server 2012 R2 both use\n     * version 6.3. This parameter is only useful when testing for Windows.\n     * @return string Returns the version name/version numbers of the platform or the constant PLATFORM_VERSION_UNKNOWN\n     * if unknown.\n     */\n    public function getPlatformVersion($returnVersionNumbers = false, $returnServerFlavor = false)\n    {\n        if ($this->_platformVersion == self::PLATFORM_VERSION_UNKNOWN || $this->_platformVersion == '') {\n            return self::PLATFORM_VERSION_UNKNOWN;\n        }\n\n        if ($returnVersionNumbers) {\n            return $this->_platformVersion;\n        } else {\n            switch ($this->getPlatform()) {\n                case self::PLATFORM_WINDOWS:\n                    if (substr($this->_platformVersion, 0, 3) == 'NT ') {\n                        return $this->windowsNTVerToStr(substr($this->_platformVersion, 3), $returnServerFlavor);\n                    } else {\n                        return $this->windowsVerToStr($this->_platformVersion);\n                    }\n                    break;\n\n                case self::PLATFORM_MACINTOSH:\n                    return $this->macVerToStr($this->_platformVersion);\n\n                case self::PLATFORM_ANDROID:\n                    return $this->androidVerToStr($this->_platformVersion);\n\n                case self::PLATFORM_IOS:\n                    return $this->iOSVerToStr($this->_platformVersion);\n\n                default: return self::PLATFORM_VERSION_UNKNOWN;\n            }\n        }\n    }\n\n    /**\n     * Get the name of the robot. All of the return values are class constants. You can compare them like this:\n     * $myBrowserInstance->getRobotName() == BrowserDetection::ROBOT_GOOGLEBOT.\n     * @return string Returns the name of the robot or BrowserDetection::ROBOT_UNKNOWN if unknown.\n     */\n    public function getRobotName()\n    {\n        return $this->_robotName;\n    }\n\n    /**\n     * Get the version of the robot.\n     * @return string Returns the version of the robot or BrowserDetection::ROBOT_VERSION_UNKNOWN if unknown.\n     */\n    public function getRobotVersion()\n    {\n        return $this->_robotVersion;\n    }\n\n    /**\n     * Get the user agent value used by the class to determine the browser details.\n     * @return string The user agent string.\n     */\n    public function getUserAgent()\n    {\n        return $this->_agent;\n    }\n\n    /**\n     * Get the version of the browser.\n     * @return string Returns the version of the browser or BrowserDetection::VERSION_UNKNOWN if unknown.\n     */\n    public function getVersion()\n    {\n        return $this->_version;\n    }\n\n    /**\n     * Determine if the browser is executed from a 64-bit platform. Keep in mind that not all platforms/browsers report\n     * this and the result may not always be accurate.\n     * @return boolean Returns true if the browser is executed from a 64-bit platform.\n     */\n    public function is64bitPlatform()\n    {\n        return $this->_is64bit;\n    }\n\n    /**\n     * Determine if the browser runs Google Chrome Frame (it's a plug-in designed for Internet Explorer 6+ based on the\n     * open-source Chromium project - it's like a Chrome browser within IE).\n     * @return boolean Returns true if the browser is using Google Chrome Frame, false otherwise.\n     */\n    public function isChromeFrame()\n    {\n        return $this->containString($this->_agent, 'chromeframe');\n    }\n\n    /**\n     * Determine if the browser is in compatibility view or not. Since Internet Explorer 8, IE can be put in\n     * compatibility mode to make websites that were created for older browsers, especially IE 6 and 7, look better in\n     * IE 8+ which renders web pages closer to the standards and thus differently from those older versions of IE.\n     * @return boolean Returns true if the browser is in compatibility view, false otherwise.\n     */\n    public function isInIECompatibilityView()\n    {\n        return ($this->_compatibilityViewName != '') || ($this->_compatibilityViewVer != '');\n    }\n\n    /**\n     * Determine if the browser is from a mobile device or not.\n     * @return boolean Returns true if the browser is from a mobile device, false otherwise.\n     */\n    public function isMobile()\n    {\n        return $this->_isMobile;\n    }\n\n    /**\n     * Determine if the browser is a robot (Googlebot, Bingbot, Yahoo! Slurp...) or not.\n     * @return boolean Returns true if the browser is a robot, false otherwise.\n     */\n    public function isRobot()\n    {\n        return $this->_isRobot;\n    }\n\n    /**\n     * Remove support for a previously added Web browser.\n     * @param string $browserName The Web browser name as used when added.\n     * @see addCustomBrowserDetection()\n     * @return boolean Returns true if the custom rule has been found and removed, false otherwise.\n     */\n    public function removeCustomBrowserDetection($browserName)\n    {\n        if (array_key_exists($browserName, $this->_customBrowserDetection)) {\n            unset($this->_customBrowserDetection[$browserName]);\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Remove support for a previously added platform.\n     * @param string $platformName The platform name as used when added.\n     * @see addCustomPlatformDetection()\n     * @return boolean Returns true if the custom rule has been found and removed, false otherwise.\n     */\n    public function removeCustomPlatformDetection($platformName)\n    {\n        if (array_key_exists($platformName, $this->_customPlatformDetection)) {\n            unset($this->_customPlatformDetection[$platformName]);\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Remove support for a previously added robot.\n     * @param string $robotName The robot name as used when added.\n     * @see addCustomRobotDetection()\n     * @return boolean Returns true if the custom rule has been found and removed, false otherwise.\n     */\n    public function removeCustomRobotDetection($robotName)\n    {\n        if (array_key_exists($robotName, $this->_customRobotDetection)) {\n            unset($this->_customRobotDetection[$robotName]);\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Set the user agent to use with the class.\n     * @param string $agentString (optional) The value of the user agent. If an empty string is sent (default),\n     * $_SERVER['HTTP_USER_AGENT'] will be used.\n     */\n    public function setUserAgent($agentString = '')\n    {\n        if (!is_string($agentString) || trim($agentString) == '') {\n            //https://bugs.php.net/bug.php?id=49184\n            if (filter_has_var(INPUT_SERVER, 'HTTP_USER_AGENT')) {\n                $agentString = filter_input(INPUT_SERVER, 'HTTP_USER_AGENT', FILTER_UNSAFE_RAW, FILTER_FLAG_STRIP_LOW);\n            } else if (array_key_exists('HTTP_USER_AGENT', $_SERVER) && is_string($_SERVER['HTTP_USER_AGENT'])) {\n                $agentString = filter_var($_SERVER['HTTP_USER_AGENT'], FILTER_UNSAFE_RAW, FILTER_FLAG_STRIP_LOW);\n            } else {\n                $agentString = '';\n            }\n\n            if ($agentString === false || $agentString === NULL) {\n                //filter_input or filter_var failed\n                $agentString = '';\n            }\n        }\n\n        $this->reset();\n        $this->_agent = $agentString;\n        $this->detect();\n    }\n\n\n    //--- PROTECTED MEMBERS --------------------------------------------------------------------------------------------\n\n\n    /**\n     * Convert the Android version numbers to the operating system name. For instance '1.6' returns 'Donut'.\n     * @access protected\n     * @param string $androidVer The Android version numbers as a string.\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function androidVerToStr($androidVer)\n    {\n        //https://en.wikipedia.org/wiki/Android_version_history\n\n        if ($this->compareVersions($androidVer, '10') >= 0) {\n            $majorVer = strstr($androidVer, '.', true);\n            if ($majorVer == '') {\n                $majorVer = $androidVer;\n            }\n            return self::BROWSER_ANDROID . ' ' . $majorVer;\n        } else if ($this->compareVersions($androidVer, '9') >= 0 && $this->compareVersions($androidVer, '10') < 0) {\n            return 'Pie';\n        } else if ($this->compareVersions($androidVer, '8') >= 0 && $this->compareVersions($androidVer, '9') < 0) {\n            return 'Oreo';\n        } else if ($this->compareVersions($androidVer, '7') >= 0 && $this->compareVersions($androidVer, '8') < 0) {\n            return 'Nougat';\n        } else if ($this->compareVersions($androidVer, '6') >= 0 && $this->compareVersions($androidVer, '7') < 0) {\n            return 'Marshmallow';\n        } else if ($this->compareVersions($androidVer, '5') >= 0 && $this->compareVersions($androidVer, '5.2') < 0) {\n            return 'Lollipop';\n        } else if ($this->compareVersions($androidVer, '4.4') >= 0 && $this->compareVersions($androidVer, '4.5') < 0) {\n            return 'KitKat';\n        } else if ($this->compareVersions($androidVer, '4.1') >= 0 && $this->compareVersions($androidVer, '4.4') < 0) {\n            return 'Jelly Bean';\n        } else if ($this->compareVersions($androidVer, '4') >= 0 && $this->compareVersions($androidVer, '4.1') < 0) {\n            return 'Ice Cream Sandwich';\n        } else if ($this->compareVersions($androidVer, '3') >= 0 && $this->compareVersions($androidVer, '3.3') < 0) {\n            return 'Honeycomb';\n        } else if ($this->compareVersions($androidVer, '2.3') >= 0 && $this->compareVersions($androidVer, '2.4') < 0) {\n            return 'Gingerbread';\n        } else if ($this->compareVersions($androidVer, '2.2') >= 0 && $this->compareVersions($androidVer, '2.3') < 0) {\n            return 'Froyo';\n        } else if ($this->compareVersions($androidVer, '2') >= 0 && $this->compareVersions($androidVer, '2.2') < 0) {\n            return 'Eclair';\n        } else if ($this->compareVersions($androidVer, '1.6') == 0) {\n            return 'Donut';\n        } else if ($this->compareVersions($androidVer, '1.5') == 0) {\n            return 'Cupcake';\n        } else {\n            return self::PLATFORM_VERSION_UNKNOWN; //Unknown/unnamed Android version\n        }\n    }\n\n    /**\n     * Determine if the browser is the Android browser (based on the WebKit layout engine and coupled with Chrome's\n     * JavaScript engine) or not.\n     * @access protected\n     * @return boolean Returns true if the browser is the Android browser, false otherwise.\n     */\n    protected function checkBrowserAndroid()\n    {\n        //Android don't use the standard \"Android/1.0\", it uses \"Android 1.0;\" instead\n        return $this->checkSimpleBrowserUA('Android', $this->_agent, self::BROWSER_ANDROID, true);\n    }\n\n    /**\n     * Determine if the browser is the BlackBerry browser or not.\n     * @access protected\n     * @link https://web.archive.org/web/20170328000854/http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862\n     * @return boolean Returns true if the browser is the BlackBerry browser, false otherwise.\n     */\n    protected function checkBrowserBlackBerry()\n    {\n        $found = false;\n\n        //Tablet OS check\n        if ($this->checkSimpleBrowserUA('RIM Tablet OS', $this->_agent, self::BROWSER_TABLET_OS, true)) {\n            return true;\n        }\n\n        //Version 6, 7 & 10 check (versions 8 & 9 does not exists)\n        if ($this->checkBrowserUAWithVersion(array('BlackBerry', 'BB10'), $this->_agent, self::BROWSER_BLACKBERRY, true)) {\n            if ($this->getVersion() == self::VERSION_UNKNOWN) {\n                $found = true;\n            } else {\n                return true;\n            }\n        }\n\n        //Version 4.2 to 5.0 check\n        if ($this->checkSimpleBrowserUA('BlackBerry', $this->_agent, self::BROWSER_BLACKBERRY, true, '/', false)) {\n            if ($this->getVersion() == self::VERSION_UNKNOWN) {\n                $found = true;\n            } else {\n                return true;\n            }\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is Chrome or not.\n     * @access protected\n     * @link https://www.google.com/chrome/\n     * @return boolean Returns true if the browser is Chrome, false otherwise.\n     */\n    protected function checkBrowserChrome()\n    {\n        return $this->checkSimpleBrowserUA(array('Chrome', 'CriOS'), $this->_agent, self::BROWSER_CHROME);\n    }\n\n    /**\n     * Determine if the browser is among the custom browser rules or not. Rules are checked in the order they were\n     * added.\n     * @access protected\n     * @return boolean Returns true if we found the browser we were looking for in the custom rules, false otherwise.\n     */\n    protected function checkBrowserCustom()\n    {\n        foreach ($this->_customBrowserDetection as $browserName => $customBrowser) {\n            $uaNameToLookFor = $customBrowser['uaNameToLookFor'];\n            $isMobile = $customBrowser['isMobile'];\n            $separator = $customBrowser['separator'];\n            $uaNameFindWords = $customBrowser['uaNameFindWords'];\n            if ($this->checkSimpleBrowserUA($uaNameToLookFor, $this->_agent, $browserName, $isMobile, $separator, $uaNameFindWords)) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    /**\n     * Determine if the browser is Edge or not.\n     * @access protected\n     * @return boolean Returns true if the browser is Edge, false otherwise.\n     */\n    protected function checkBrowserEdge()\n    {\n        return $this->checkSimpleBrowserUA(array('Edg', 'Edge', 'EdgA'), $this->_agent, self::BROWSER_EDGE);\n    }\n\n    /**\n     * Determine if the browser is Firebird or not. Firebird was the name of Firefox from version 0.6 to 0.7.1.\n     * @access protected\n     * @return boolean Returns true if the browser is Firebird, false otherwise.\n     */\n    protected function checkBrowserFirebird()\n    {\n        return $this->checkSimpleBrowserUA('Firebird', $this->_agent, self::BROWSER_FIREBIRD);\n    }\n\n    /**\n     * Determine if the browser is Firefox or not.\n     * @access protected\n     * @link https://www.mozilla.org/en-US/firefox/new/\n     * @return boolean Returns true if the browser is Firefox, false otherwise.\n     */\n    protected function checkBrowserFirefox()\n    {\n        //Safari heavily matches with Firefox, ensure that Safari is filtered out...\n        if (preg_match('/.*Firefox[ (\\/]*([a-z0-9.-]*)/i', $this->_agent, $matches) &&\n                !$this->containString($this->_agent, 'Safari')) {\n            $this->setBrowser(self::BROWSER_FIREFOX);\n            $this->setVersion($matches[1]);\n            $this->setMobile(false);\n            $this->setRobot(false);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is iCab or not.\n     * @access protected\n     * @link http://www.icab.de/\n     * @return boolean Returns true if the browser is iCab, false otherwise.\n     */\n    protected function checkBrowserIcab()\n    {\n        //Some (early) iCab versions don't use the standard \"iCab/1.0\", they uses \"iCab 1.0;\" instead\n        return $this->checkSimpleBrowserUA('iCab', $this->_agent, self::BROWSER_ICAB);\n    }\n\n    /**\n     * Determine if the browser is GNU IceCat (formerly known as GNU IceWeasel) or not.\n     * @access protected\n     * @link https://www.gnu.org/software/gnuzilla/\n     * @return boolean Returns true if the browser is GNU IceCat, false otherwise.\n     */\n    protected function checkBrowserIceCat()\n    {\n        return $this->checkSimpleBrowserUA('IceCat', $this->_agent, self::BROWSER_ICECAT);\n    }\n\n    /**\n     * Determine if the browser is GNU IceWeasel (now know as GNU IceCat) or not.\n     * @access protected\n     * @see checkBrowserIceCat()\n     * @return boolean Returns true if the browser is GNU IceWeasel, false otherwise.\n     */\n    protected function checkBrowserIceWeasel()\n    {\n        return $this->checkSimpleBrowserUA('Iceweasel', $this->_agent, self::BROWSER_ICEWEASEL);\n    }\n\n    /**\n     * Determine if the browser is Internet Explorer or not.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/Internet_Explorer\n     * @link https://en.wikipedia.org/wiki/Internet_Explorer_Mobile\n     * @return boolean Returns true if the browser is Internet Explorer, false otherwise.\n     */\n    protected function checkBrowserInternetExplorer()\n    {\n        //Test for Internet Explorer Mobile (formerly Pocket Internet Explorer)\n        if ($this->checkSimpleBrowserUA(array('IEMobile', 'MSPIE'), $this->_agent, self::BROWSER_IE_MOBILE, true)) {\n            return true;\n        }\n\n        //Several browsers uses IE compatibility UAs filter these browsers out (but after testing for IE Mobile)\n        if ($this->containString($this->_agent, 'Opera') || $this->containString($this->_agent, array('BlackBerry', 'Nokia'), true, false)) {\n            return false;\n        }\n\n        //Test for Internet Explorer 1\n        if ($this->checkSimpleBrowserUA('Microsoft Internet Explorer', $this->_agent, self::BROWSER_IE)) {\n            if ($this->getVersion() == self::VERSION_UNKNOWN) {\n                if (preg_match('/308|425|426|474|0b1/i', $this->_agent)) {\n                    $this->setVersion('1.5');\n                } else {\n                    $this->setVersion('1.0');\n                }\n            }\n            return true;\n        }\n\n        //Test for Internet Explorer 2+\n        if ($this->containString($this->_agent, array('MSIE', 'Trident'))) {\n            $version = '';\n\n            if ($this->containString($this->_agent, 'Trident')) {\n                //Test for Internet Explorer 11+ (check the rv: string)\n                if ($this->containString($this->_agent, 'rv:', true, false)) {\n                    if ($this->checkSimpleBrowserUA('Trident', $this->_agent, self::BROWSER_IE, false, 'rv:')) {\n                        return true;\n                    }\n                } else {\n                    //Test for Internet Explorer 8, 9 & 10 (check the Trident string)\n                    if (preg_match('/Trident\\/([\\d]+)/i', $this->_agent, $foundVersion)) {\n                        //Trident started with version 4.0 on IE 8\n                        $verFromTrident = $this->parseInt($foundVersion[1]) + 4;\n                        if ($verFromTrident >= 8) {\n                            $version = $verFromTrident . '.0';\n                        }\n                    }\n                }\n\n                //If we have the IE version from Trident, we can check for the compatibility view mode\n                if ($version != '') {\n                    $emulatedVer = '';\n                    preg_match_all('/MSIE\\s*([^\\s;$]+)/i', $this->_agent, $foundVersions);\n                    foreach ($foundVersions[1] as $currVer) {\n                        //Keep the lowest MSIE version for the emulated version (in compatibility view mode)\n                        if ($emulatedVer == '' || $this->compareVersions($emulatedVer, $currVer) == 1) {\n                            $emulatedVer = $currVer;\n                        }\n                    }\n                    //Set the compatibility view mode if $version != $emulatedVer\n                    if ($this->compareVersions($version, $emulatedVer) != 0) {\n                        $this->_compatibilityViewName = self::BROWSER_IE;\n                        $this->_compatibilityViewVer = $this->cleanVersion($emulatedVer);\n                    }\n                }\n            }\n\n            //Test for Internet Explorer 2-7 versions if needed\n            if ($version == '') {\n                preg_match_all('/MSIE\\s+([^\\s;$]+)/i', $this->_agent, $foundVersions);\n                foreach ($foundVersions[1] as $currVer) {\n                    //Keep the highest MSIE version\n                    if ($version == '' || $this->compareVersions($version, $currVer) == -1) {\n                        $version = $currVer;\n                    }\n                }\n            }\n\n            $this->setBrowser(self::BROWSER_IE);\n            $this->setVersion($version);\n            $this->setMobile(false);\n            $this->setRobot(false);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is Konqueror or not.\n     * @access protected\n     * @link https://www.konqueror.org/\n     * @return boolean Returns true if the browser is Konqueror, false otherwise.\n     */\n    protected function checkBrowserKonqueror()\n    {\n        return $this->checkSimpleBrowserUA('Konqueror', $this->_agent, self::BROWSER_KONQUEROR);\n    }\n\n    /**\n     * Determine if the browser is Lynx or not. It is the oldest web browser currently in general use and development.\n     * It is a text-based only Web browser.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/Lynx_(web_browser)\n     * @return boolean Returns true if the browser is Lynx, false otherwise.\n     */\n    protected function checkBrowserLynx()\n    {\n        return $this->checkSimpleBrowserUA('Lynx', $this->_agent, self::BROWSER_LYNX);\n    }\n\n    /**\n     * Determine if the browser is Mozilla or not.\n     * @access protected\n     * @return boolean Returns true if the browser is Mozilla, false otherwise.\n     */\n    protected function checkBrowserMozilla()\n    {\n        return $this->checkSimpleBrowserUA('Mozilla', $this->_agent, self::BROWSER_MOZILLA, false, 'rv:');\n    }\n\n    /**\n     * Determine if the browser is MSN TV (formerly WebTV) or not.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/MSN_TV\n     * @return boolean Returns true if the browser is WebTv, false otherwise.\n     */\n    protected function checkBrowserMsnTv()\n    {\n        return $this->checkSimpleBrowserUA('webtv', $this->_agent, self::BROWSER_MSNTV);\n    }\n\n    /**\n     * Determine if the browser is Netscape or not. Official support for this browser ended on March 1st, 2008.\n     * @access protected\n     * @link https://en.wikipedia.org/wiki/Netscape\n     * @return boolean Returns true if the browser is Netscape, false otherwise.\n     */\n    protected function checkBrowserNetscape()\n    {\n        //BlackBerry & Nokia UAs can conflict with Netscape UAs\n        if ($this->containString($this->_agent, array('BlackBerry', 'Nokia'), true, false)) {\n            return false;\n        }\n\n        //Netscape v6 to v9 check\n        if ($this->checkSimpleBrowserUA(array('Netscape', 'Navigator', 'Netscape6'), $this->_agent, self::BROWSER_NETSCAPE)) {\n            return true;\n        }\n\n        //Netscape v1-4 (v5 don't exists)\n        $found = false;\n        if ($this->containString($this->_agent, 'Mozilla') && !$this->containString($this->_agent, 'rv:', true, false)) {\n            $version = '';\n            $verParts = explode('/', stristr($this->_agent, 'Mozilla'));\n            if (count($verParts) > 1) {\n                $verParts = explode(' ', $verParts[1]);\n                $verParts = explode('.', $verParts[0]);\n\n                $majorVer = $this->parseInt($verParts[0]);\n                if ($majorVer > 0 && $majorVer < 5) {\n                    $version = implode('.', $verParts);\n                    $found = true;\n\n                    if (strtolower(substr($version, -4)) == '-sgi') {\n                        $version = substr($version, 0, -4);\n                    } else {\n                        if (strtolower(substr($version, -4)) == 'gold') {\n                            $version = substr($version, 0, -4) . ' Gold'; //Doubles spaces (if any) will be normalized by setVersion()\n                        }\n                    }\n                }\n            }\n        }\n\n        if ($found) {\n            $this->setBrowser(self::BROWSER_NETSCAPE);\n            $this->setVersion($version);\n            $this->setMobile(false);\n            $this->setRobot(false);\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is a Nokia browser or not.\n     * @access protected\n     * @link https://web.archive.org/web/20141012034159/http://www.developer.nokia.com/Community/Wiki/User-Agent_headers_for_Nokia_devices\n     * @return boolean Returns true if the browser is a Nokia browser, false otherwise.\n     */\n    protected function checkBrowserNokia()\n    {\n        if ($this->containString($this->_agent, array('Nokia5800', 'Nokia5530', 'Nokia5230'), true, false)) {\n            $this->setBrowser(self::BROWSER_NOKIA);\n            $this->setVersion('7.0');\n            $this->setMobile(true);\n            $this->setRobot(false);\n\n            return true;\n        }\n\n        if ($this->checkSimpleBrowserUA(array('NokiaBrowser', 'BrowserNG', 'Series60', 'S60', 'S40OviBrowser'), $this->_agent, self::BROWSER_NOKIA, true)) {\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is Opera or not.\n     * @access protected\n     * @link https://www.opera.com/\n     * @link https://www.opera.com/mobile/\n     * @link https://web.archive.org/web/20140220123653/http://my.opera.com/community/openweb/idopera/\n     * @return boolean Returns true if the browser is Opera, false otherwise.\n     */\n    protected function checkBrowserOpera()\n    {\n        if ($this->checkBrowserUAWithVersion('Opera Mobi', $this->_agent, self::BROWSER_OPERA_MOBILE, true)) {\n            return true;\n        }\n\n        if ($this->checkSimpleBrowserUA('Opera Mini', $this->_agent, self::BROWSER_OPERA_MINI, true)) {\n            return true;\n        }\n\n        $version = '';\n        $found = $this->checkBrowserUAWithVersion('Opera', $this->_agent, self::BROWSER_OPERA);\n        if ($found && $this->getVersion() != self::VERSION_UNKNOWN) {\n            $version = $this->getVersion();\n        }\n\n        if (!$found || $version == '') {\n            if ($this->checkSimpleBrowserUA('Opera', $this->_agent, self::BROWSER_OPERA)) {\n                return true;\n            }\n        }\n\n        if (!$found && $this->checkSimpleBrowserUA('Chrome', $this->_agent, self::BROWSER_CHROME) ) {\n            if ($this->checkSimpleBrowserUA('OPR', $this->_agent, self::BROWSER_OPERA)) {\n                return true;\n            }\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is Phoenix or not. Phoenix was the name of Firefox from version 0.1 to 0.5.\n     * @access protected\n     * @return boolean Returns true if the browser is Phoenix, false otherwise.\n     */\n    protected function checkBrowserPhoenix()\n    {\n        return $this->checkSimpleBrowserUA('Phoenix', $this->_agent, self::BROWSER_PHOENIX);\n    }\n\n    /**\n     * Determine what is the browser used by the user.\n     * @access protected\n     * @return boolean Returns true if the browser has been identified, false otherwise.\n     */\n    protected function checkBrowser()\n    {\n        //Changing the check order can break the class detection results!\n        return\n               /* Major browsers and browsers that need to be detected in a special order */\n               $this->checkBrowserCustom() ||           /* Customs rules are always checked first */\n               $this->checkBrowserMsnTv() ||            /* MSN TV is based on IE so we must check for MSN TV before IE */\n               $this->checkBrowserInternetExplorer() ||\n               $this->checkBrowserOpera() ||            /* Opera must be checked before Firefox, Netscape and Chrome to avoid conflicts */\n               $this->checkBrowserEdge() ||             /* Edge must be checked before Firefox, Safari and Chrome to avoid conflicts */\n               $this->checkBrowserSamsung() ||          /* Samsung Internet browser must be checked before Chrome and Safari to avoid conflicts */\n               $this->checkBrowserUC() ||               /* UC Browser must be checked before Chrome and Safari to avoid conflicts */\n               $this->checkBrowserChrome() ||           /* Chrome must be checked before Netscaoe and Mozilla to avoid conflicts */\n               $this->checkBrowserIcab() ||             /* Check iCab before Netscape since iCab have Mozilla UAs */\n               $this->checkBrowserNetscape() ||         /* Must be checked before Firefox since Netscape 8-9 are based on Firefox */\n               $this->checkBrowserIceCat() ||           /* Check IceCat and IceWeasel before Firefox since they are GNU builds of Firefox */\n               $this->checkBrowserIceWeasel() ||\n               $this->checkBrowserFirefox() ||\n               /* Current browsers that don't need to be detected in any special order */\n               $this->checkBrowserKonqueror() ||\n               $this->checkBrowserLynx() ||\n               /* Mobile */\n               $this->checkBrowserAndroid() ||\n               $this->checkBrowserBlackBerry() ||\n               $this->checkBrowserNokia() ||\n               /* WebKit base check (after most other checks) */\n               $this->checkBrowserSafari() ||\n               /* Deprecated browsers that don't need to be detected in any special order */\n               $this->checkBrowserFirebird() ||\n               $this->checkBrowserPhoenix() ||\n               /* Mozilla is such an open standard that it must be checked last */\n               $this->checkBrowserMozilla();\n    }\n\n    /**\n     * Determine if the browser is Safari or not.\n     * @access protected\n     * @link https://www.apple.com/safari/\n     * @link https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\n     * @link https://en.wikipedia.org/wiki/Safari_version_history#Release_history\n     * @return boolean Returns true if the browser is Safari, false otherwise.\n     */\n    protected function checkBrowserSafari()\n    {\n        $version = '';\n\n        //Check for current versions of Safari\n        $found = $this->checkBrowserUAWithVersion(array('Safari', 'AppleWebKit'), $this->_agent, self::BROWSER_SAFARI);\n        if ($found && $this->getVersion() != self::VERSION_UNKNOWN) {\n            $version = $this->getVersion();\n        }\n\n        //Safari 1-2 didn't had a \"Version\" string in the UA, only a WebKit build and/or Safari build, extract version from these...\n        if (!$found || $version == '') {\n            if (preg_match('/.*Safari[ (\\/]*([a-z0-9.-]*)/i', $this->_agent, $matches)) {\n                $version = $this->safariBuildToSafariVer($matches[1]);\n                $found = true;\n            }\n        }\n        if (!$found || $version == '') {\n            if (preg_match('/.*AppleWebKit[ (\\/]*([a-z0-9.-]*)/i', $this->_agent, $matches)) {\n                $version = $this->webKitBuildToSafariVer($matches[1]);\n                $found = true;\n            }\n        }\n\n        if ($found) {\n            $this->setBrowser(self::BROWSER_SAFARI);\n            $this->setVersion($version);\n            $this->setMobile(false);\n            $this->setRobot(false);\n        }\n\n        return $found;\n    }\n\n    /**\n     * Determine if the browser is the Samsung Internet browser or not.\n     * @access protected\n     * @return boolean Returns true if the browser is the the Samsung Internet browser, false otherwise.\n     */\n    protected function checkBrowserSamsung()\n    {\n        return $this->checkSimpleBrowserUA('SamsungBrowser', $this->_agent, self::BROWSER_SAMSUNG, true);\n    }\n\n    /**\n     * Test the user agent for a specific browser that use a \"Version\" string (like Safari and Opera). The user agent\n     * should look like: \"Version/1.0 Browser name/123.456\" or \"Browser name/123.456 Version/1.0\".\n     * @access protected\n     * @param mixed $uaNameToLookFor The string (or array of strings) representing the browser name to find in the user\n     * agent.\n     * @param string $userAgent The user agent string to work with.\n     * @param string $browserName The literal browser name. Always use a class constant!\n     * @param boolean $isMobile (optional) Determines if the browser is from a mobile device.\n     * @param boolean $findWords (optional) Determines if the needle should match a word to be found. For example \"Bar\"\n     * would not be found in \"FooBar\" when true but would be found in \"Foo Bar\". When set to false, the needle can be\n     * found anywhere in the haystack.\n     * @return boolean Returns true if we found the browser we were looking for, false otherwise.\n     */\n    protected function checkBrowserUAWithVersion($uaNameToLookFor, $userAgent, $browserName, $isMobile = false, $findWords = true)\n    {\n        if (!is_array($uaNameToLookFor)) {\n            $uaNameToLookFor = array($uaNameToLookFor);\n        }\n\n        foreach ($uaNameToLookFor as $currUANameToLookFor) {\n            if ($this->containString($userAgent, $currUANameToLookFor, true, $findWords)) {\n                $version = '';\n                $verParts = explode('/', stristr($this->_agent, 'Version'));\n                if (count($verParts) > 1) {\n                    $verParts = explode(' ', $verParts[1]);\n                    $version = $verParts[0];\n                }\n\n                $this->setBrowser($browserName);\n                $this->setVersion($version);\n\n                $this->setMobile($isMobile);\n\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the browser is UC Browser or not.\n     * @access protected\n     * @return boolean Returns true if the browser is UC Browser, false otherwise.\n     */\n    protected function checkBrowserUC()\n    {\n        return $this->checkSimpleBrowserUA('UCBrowser', $this->_agent, self::BROWSER_UC, true);\n    }\n\n    /**\n     * Determine the user's platform.\n     * @access protected\n     */\n    protected function checkPlatform()\n    {\n        if (!$this->checkPlatformCustom()) { /* Customs rules are always checked first */\n            /* Mobile platforms */\n            if ($this->containString($this->_agent, array('Windows Phone', 'IEMobile'))) { /* Check Windows Phone (formerly Windows Mobile) before Windows */\n                $this->setPlatform(self::PLATFORM_WINDOWS_PHONE);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'Windows CE')) { /* Check Windows CE before Windows */\n                $this->setPlatform(self::PLATFORM_WINDOWS_CE);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, array('CPU OS', 'CPU iPhone OS', 'iPhone', 'iPad', 'iPod'))) { /* Check iOS (iPad/iPod/iPhone) before Macintosh */\n                $this->setPlatform(self::PLATFORM_IOS);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, array('CrOS', 'Chromebook'))) {\n                $this->setPlatform(self::PLATFORM_CHROME_OS);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'Android')) {\n                $this->setPlatform(self::PLATFORM_ANDROID);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'BlackBerry', true, false) || $this->containString($this->_agent, array('BB10', 'RIM Tablet OS'))) {\n                $this->setPlatform(self::PLATFORM_BLACKBERRY);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'Nokia', true, false)) {\n                $this->setPlatform(self::PLATFORM_NOKIA);\n                $this->setMobile(true);\n\n            /* Desktop platforms */\n            } else if ($this->containString($this->_agent, 'Windows')) {\n                $this->setPlatform(self::PLATFORM_WINDOWS);\n            } else if ($this->containString($this->_agent, 'Macintosh')) {\n                $this->setPlatform(self::PLATFORM_MACINTOSH);\n            } else if ($this->containString($this->_agent, 'Linux')) {\n                $this->setPlatform(self::PLATFORM_LINUX);\n            } else if ($this->containString($this->_agent, 'FreeBSD')) {\n                $this->setPlatform(self::PLATFORM_FREEBSD);\n            } else if ($this->containString($this->_agent, 'OpenBSD')) {\n                $this->setPlatform(self::PLATFORM_OPENBSD);\n            } else if ($this->containString($this->_agent, 'NetBSD')) {\n                $this->setPlatform(self::PLATFORM_NETBSD);\n\n            /* Discontinued */\n            } else if ($this->containString($this->_agent, array('Symbian', 'SymbianOS'))) {\n                $this->setPlatform(self::PLATFORM_SYMBIAN);\n                $this->setMobile(true);\n            } else if ($this->containString($this->_agent, 'OpenSolaris')) {\n                $this->setPlatform(self::PLATFORM_OPENSOLARIS);\n\n            /* Generic */\n            } else if ($this->containString($this->_agent, 'Win', true, false)) {\n                $this->setPlatform(self::PLATFORM_WINDOWS);\n            } else if ($this->containString($this->_agent, 'Mac', true, false)) {\n                $this->setPlatform(self::PLATFORM_MACINTOSH);\n            }\n        }\n\n        //Check if it's a 64-bit platform\n        if ($this->containString($this->_agent, array('WOW64', 'Win64', 'AMD64', 'x86_64', 'x86-64', 'Aarch64', 'ia64',\n                'IRIX64', 'ppc64', 'sparc64', 'x64;', 'x64_64'))) {\n            $this->set64bit(true);\n        }\n\n        $this->checkPlatformVersion();\n    }\n\n    /**\n     * Determine if the platform is among the custom platform rules or not. Rules are checked in the order they were\n     * added.\n     * @access protected\n     * @return boolean Returns true if we found the platform we were looking for in the custom rules, false otherwise.\n     */\n    protected function checkPlatformCustom()\n    {\n        foreach ($this->_customPlatformDetection as $platformName => $customPlatform) {\n            $platformNameToLookFor = $customPlatform['platformNameToLookFor'];\n            $isMobile = $customPlatform['isMobile'];\n            $findWords = $customPlatform['uaNameFindWords'];\n            if ($this->containString($this->_agent, $platformNameToLookFor, true, $findWords)) {\n                $this->setPlatform($platformName);\n                if ($isMobile) {\n                    $this->setMobile(true);\n                }\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine the user's platform version.\n     * @access protected\n     */\n    protected function checkPlatformVersion()\n    {\n        $result = '';\n        switch ($this->getPlatform()) {\n            case self::PLATFORM_WINDOWS:\n                if (preg_match('/Windows NT\\s*(\\d+(?:\\.\\d+)*)/i', $this->_agent, $foundVersion)) {\n                    $result = 'NT ' . $foundVersion[1];\n                } else {\n                    //https://support.microsoft.com/en-us/kb/158238\n\n                    if ($this->containString($this->_agent, array('Windows XP', 'WinXP', 'Win XP'))) {\n                        $result = '5.1';\n                    } else if ($this->containString($this->_agent, 'Windows 2000', 'Win 2000', 'Win2000')) {\n                        $result = '5.0';\n                    } else if ($this->containString($this->_agent, array('Win 9x 4.90', 'Windows ME', 'WinME', 'Win ME'))) {\n                        $result = '4.90.3000'; //Windows Me version range from 4.90.3000 to 4.90.3000A\n                    } else if ($this->containString($this->_agent, array('Windows 98', 'Win98', 'Win 98'))) {\n                        $result = '4.10'; //Windows 98 version range from 4.10.1998 to 4.10.2222B\n                    } else if ($this->containString($this->_agent, array('Windows 95', 'Win95', 'Win 95'))) {\n                        $result = '4.00'; //Windows 95 version range from 4.00.950 to 4.03.1214\n                    } else if (($foundAt = stripos($this->_agent, 'Windows 3')) !== false) {\n                        $result = '3';\n                        if (preg_match('/\\d+(?:\\.\\d+)*/', substr($this->_agent, $foundAt + strlen('Windows 3')), $foundVersion)) {\n                            $result .= '.' . $foundVersion[0];\n                        }\n                    } else if ($this->containString($this->_agent, 'Win16')) {\n                        $result = '3.1';\n                    }\n                }\n                break;\n\n            case self::PLATFORM_MACINTOSH:\n                if (preg_match('/Mac OS X\\s*(\\d+(?:_\\d+)+)/i', $this->_agent, $foundVersion)) {\n                    $result = str_replace('_', '.', $this->cleanVersion($foundVersion[1]));\n                } else if ($this->containString($this->_agent, 'Mac OS X')) {\n                    $result = '10';\n                }\n                break;\n\n            case self::PLATFORM_CHROME_OS:\n                if (preg_match('/CrOS\\s*\\w*\\s*([^\\s;$]+)/i', $this->_agent, $foundVersion)) {\n                    $result = $this->cleanVersion($foundVersion[1]);\n                }\n                else if (preg_match('/Chromebook\\s+([^\\s;$]+)/i', $this->_agent, $foundVersion)) {\n                    $result = $this->cleanVersion($foundVersion[1], 'Build');\n                }\n                break;\n\n            case self::PLATFORM_ANDROID:\n                if (preg_match('/Android\\s+([^\\s;$]+)/i', $this->_agent, $foundVersion)) {\n                    $result = $this->cleanVersion($foundVersion[1]);\n                }\n                break;\n\n            case self::PLATFORM_IOS:\n                if (preg_match('/(?:CPU OS|iPhone OS|iOS)[\\s_]*([\\d_]+)/i', $this->_agent, $foundVersion)) {\n                    $result = str_replace('_', '.', $this->cleanVersion($foundVersion[1]));\n                }\n                break;\n        }\n\n        if (trim($result) == '') {\n            $result = self::PLATFORM_VERSION_UNKNOWN;\n        }\n        $this->setPlatformVersion($result);\n    }\n\n    /**\n     * Determine if the robot is the Bingbot crawler or not.\n     * @access protected\n     * @link https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0\n     * @return boolean Returns true if the robot is Bingbot, false otherwise.\n     */\n    protected function checkRobotBingbot()\n    {\n        return $this->checkSimpleRobot('bingbot', $this->_agent, self::ROBOT_BINGBOT);\n    }\n\n    /**\n     * Determine if the robot is the Googlebot crawler or not.\n     * @access protected\n     * @return boolean Returns true if the robot is Googlebot, false otherwise.\n     */\n    protected function checkRobotGooglebot()\n    {\n        if ($this->checkSimpleRobot('Googlebot', $this->_agent, self::ROBOT_GOOGLEBOT)) {\n            if ($this->containString($this->_agent, 'googlebot-mobile')) {\n                $this->setMobile(true);\n            }\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Determine if the robot is the MSNBot crawler or not. In October 2010 it was replaced by the Bingbot robot.\n     * @access protected\n     * @see checkRobotBingbot()\n     * @return boolean Returns true if the robot is MSNBot, false otherwise.\n     */\n    protected function checkRobotMsnBot()\n    {\n        return $this->checkSimpleRobot('msnbot', $this->_agent, self::ROBOT_MSNBOT);\n    }\n\n    /**\n     * Determine if it's a robot crawling the page and find it's name and version.\n     * @access protected\n     */\n    protected function checkRobot()\n    {\n        $this->checkRobotCustom() || /* Customs rules are always checked first */\n        $this->checkRobotGooglebot() ||\n        $this->checkRobotBingbot() ||\n        $this->checkRobotMsnBot() ||\n        $this->checkRobotSlurp() ||\n        $this->checkRobotYahooMultimedia() ||\n        $this->checkRobotW3CValidator();\n    }\n\n    /**\n     * Determine if the robot is among the custom robot rules or not. Rules are checked in the order they were added.\n     * @access protected\n     * @return boolean Returns true if we found the robot we were looking for in the custom rules, false otherwise.\n     */\n    protected function checkRobotCustom()\n    {\n        foreach ($this->_customRobotDetection as $robotName => $customRobot) {\n            $uaNameToLookFor = $customRobot['uaNameToLookFor'];\n            $isMobile = $customRobot['isMobile'];\n            $separator = $customRobot['separator'];\n            $uaNameFindWords = $customRobot['uaNameFindWords'];\n\n            if ($this->checkSimpleRobot($uaNameToLookFor, $this->_agent, $robotName, $separator, $uaNameFindWords)) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    /**\n     * Determine if the robot is the Yahoo! Slurp crawler or not.\n     * @access protected\n     * @return boolean Returns true if the robot is Yahoo! Slurp, false otherwise.\n     */\n    protected function checkRobotSlurp()\n    {\n        return $this->checkSimpleRobot('Yahoo! Slurp', $this->_agent, self::ROBOT_SLURP);\n    }\n\n    /**\n     * Determine if the robot is the W3C Validator or not.\n     * @access protected\n     * @link https://validator.w3.org/\n     * @return boolean Returns true if the robot is the W3C Validator, false otherwise.\n     */\n    protected function checkRobotW3CValidator()\n    {\n        //Since the W3C validates pages with different robots we will prefix our versions with the part validated on the page...\n\n        //W3C Link Checker (prefixed with \"Link-\")\n        if ($this->checkSimpleRobot('W3C-checklink', $this->_agent, self::ROBOT_W3CVALIDATOR)) {\n            if ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN) {\n                $this->setRobotVersion('Link-' . $this->getRobotVersion());\n            }\n            return true;\n        }\n\n        //W3C CSS Validation Service (prefixed with \"CSS-\")\n        if ($this->checkSimpleRobot('Jigsaw', $this->_agent, self::ROBOT_W3CVALIDATOR)) {\n            if ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN) {\n                $this->setRobotVersion('CSS-' . $this->getRobotVersion());\n            }\n            return true;\n        }\n\n        //W3C mobileOK Checker (prefixed with \"mobileOK-\")\n        if ($this->checkSimpleRobot('W3C-mobileOK', $this->_agent, self::ROBOT_W3CVALIDATOR)) {\n            if ($this->getRobotVersion() != self::ROBOT_VERSION_UNKNOWN) {\n                $this->setRobotVersion('mobileOK-' . $this->getRobotVersion());\n            }\n            return true;\n        }\n\n        //W3C Markup Validation Service (no prefix)\n        return $this->checkSimpleRobot('W3C_Validator', $this->_agent, self::ROBOT_W3CVALIDATOR);\n    }\n\n    /**\n     * Determine if the robot is the Yahoo! multimedia crawler or not.\n     * @access protected\n     * @return boolean Returns true if the robot is the Yahoo! multimedia crawler, false otherwise.\n     */\n    protected function checkRobotYahooMultimedia()\n    {\n        return $this->checkSimpleRobot('Yahoo-MMCrawler', $this->_agent, self::ROBOT_YAHOO_MM);\n    }\n\n    /**\n     * Test the user agent for a specific browser where the browser name is immediately followed by the version number.\n     * The user agent should look like: \"Browser name/1.0\" or \"Browser 1.0;\".\n     * @access protected\n     * @param mixed $uaNameToLookFor The string (or array of strings) representing the browser name to find in the user\n     * agent.\n     * @param string $userAgent The user agent string to work with.\n     * @param string $browserName The literal browser name. Always use a class constant!\n     * @param boolean $isMobile (optional) Determines if the browser is from a mobile device.\n     * @param string $separator (optional) The separator string used to split the browser name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the browser name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the browser name can be found anywhere in the user agent string.\n     * @return boolean Returns true if we found the browser we were looking for, false otherwise.\n     */\n    protected function checkSimpleBrowserUA($uaNameToLookFor, $userAgent, $browserName, $isMobile = false, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($this->findAndGetVersion($uaNameToLookFor, $userAgent, $version, $separator, $uaNameFindWords)) {\n            $this->setBrowser($browserName);\n            $this->setVersion($version);\n\n            $this->setMobile($isMobile);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Test the user agent for a specific robot where the robot name is immediately followed by the version number.\n     * The user agent should look like: \"Robot name/1.0\" or \"Robot 1.0;\".\n     * @access protected\n     * @param mixed $uaNameToLookFor The string (or array of strings) representing the robot name to find in the user\n     * agent.\n     * @param string $userAgent The user agent string to work with.\n     * @param string $robotName The literal robot name. Always use a class constant!\n     * @param string $separator (optional) The separator string used to split the robot name and the version number in\n     * the user agent.\n     * @param boolean $uaNameFindWords (optional) Determines if the robot name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the robot name can be found anywhere in the user agent string.\n     * @return boolean Returns true if we found the robot we were looking for, false otherwise.\n     */\n    protected function checkSimpleRobot($uaNameToLookFor, $userAgent, $robotName, $separator = '/', $uaNameFindWords = true)\n    {\n        if ($this->findAndGetVersion($uaNameToLookFor, $userAgent, $version, $separator, $uaNameFindWords)) {\n            $this->setRobot(true);\n            $this->setRobotName($robotName);\n            $this->setRobotVersion($version);\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Clean a version string from unwanted characters.\n     * @access protected\n     * @param string $version The version string to clean.\n     * @param mixed $toRemove (optional) String or array of strings representing additional string(s) to remove.\n     * @return string Returns the cleaned version number string.\n     */\n    protected function cleanVersion($version, $toRemove = NULL)\n    {\n        $cleanVer = $version;\n        if ($toRemove !== NULL) {\n            $cleanVer = str_ireplace($toRemove, '', $cleanVer);\n        }\n\n        //Clear anything that is in parentheses (and the parentheses themselves) - will clear started but unclosed ones too\n        $cleanVer = preg_replace('/\\([^)]+\\)?/', '', $cleanVer);\n        //Replace with a space any character which is NOT an alphanumeric, dot (.), hyphen (-), underscore (_) or space\n        $cleanVer = preg_replace('/[^0-9.a-zA-Z_ -]/', ' ', $cleanVer);\n\n        //Remove trailing and leading spaces\n        $cleanVer = trim($cleanVer);\n\n        //Remove trailing dot (.), hyphen (-), underscore (_)\n        while (in_array(substr($cleanVer, -1), array('.', '-', '_'))) {\n            $cleanVer = substr($cleanVer, 0, -1);\n        }\n        //Remove leading dot (.), hyphen (-), underscore (_) and character v\n        while (in_array(substr($cleanVer, 0, 1), array('.', '-', '_', 'v', 'V'))) {\n            $cleanVer = substr($cleanVer, 1);\n        }\n\n        //Remove double spaces if any\n        while (strpos($cleanVer, '  ') !== false) {\n            $cleanVer = str_replace('  ', ' ', $cleanVer);\n        }\n\n        return trim($cleanVer);\n    }\n\n    /**\n     * Find if one or more substring is contained in a string.\n     * @access protected\n     * @param string $haystack The string to search in.\n     * @param mixed $needle The string to search for. Can be a string or an array of strings if multiples values are to\n     * be searched.\n     * @param boolean $insensitive (optional) Determines if we do a case-sensitive search (false) or a case-insensitive\n     * one (true).\n     * @param boolean $findWords (optional) Determines if the needle should match a word to be found. For example \"Bar\"\n     * would not be found in \"FooBar\" when true but would be found in \"Foo Bar\". When set to false, the needle can be\n     * found anywhere in the haystack.\n     * @param int $foundPos (optional) Integer buffer that will contain the position of the needle (if found and if a\n     * non NULL variable has been passed).\n     * @return boolean Returns true if the needle (or one of the needles) has been found in the haystack, false\n     * otherwise.\n     */\n    protected function containString($haystack, $needle, $insensitive = true, $findWords = true, &$foundPos = NULL)\n    {\n        if (!is_array($needle)) {\n            $needle = array($needle);\n        }\n\n        foreach ($needle as $currNeedle) {\n            if ($findWords) {\n                 $position = $this->wordPos($haystack, $currNeedle, $insensitive);\n            } else {\n                if ($insensitive) {\n                    $position = stripos($haystack, $currNeedle);\n                } else {\n                    $position = strpos($haystack, $currNeedle);\n                }\n            }\n\n            if ($position !== false) {\n                if ($foundPos !== NULL) {\n                    $foundPos = $position;\n                }\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Detect the user environment from the details in the user agent string.\n     * @access protected\n     */\n    protected function detect()\n    {\n        $this->checkBrowser();\n        $this->checkPlatform(); //Check the platform after the browser since some platforms can change the mobile value\n        $this->checkRobot();\n    }\n\n    /**\n     * Test the user agent for a specific browser and extract it's version.\n     * @access protected\n     * @param type $uaNameToLookFor The string (or array of strings) representing the browser name to find in the user\n     * agent.\n     * @param type $userAgent The user agent string to work with.\n     * @param type $version String buffer that will contain the version found (if any).\n     * @param type $separator (optional) The separator string used to split the browser name and the version number in\n     * the user agent.\n     * @param type $uaNameFindWords (optional) Determines if the browser name to find should match a word instead of\n     * a part of a word. For example \"Bar\" would not be found in \"FooBar\" when true but would be found in \"Foo Bar\".\n     * When set to false, the browser name can be found anywhere in the user agent string.\n     * @return boolean Returns true if we found the browser we were looking for, false otherwise.\n     */\n    protected function findAndGetVersion($uaNameToLookFor, $userAgent, &$version, $separator = '/', $uaNameFindWords = true)\n    {\n        $version = '';\n        if (!is_array($uaNameToLookFor)) {\n            $uaNameToLookFor = array($uaNameToLookFor);\n        }\n\n        foreach ($uaNameToLookFor as $currUANameToLookFor) {\n            $foundPos = -1;\n            if ($this->containString($userAgent, $currUANameToLookFor, true, $uaNameFindWords, $foundPos)) {\n                //Many browsers don't use the standard \"Browser/1.0\" format, they uses \"Browser 1.0;\" instead\n                if (stripos($userAgent, $currUANameToLookFor . $separator) === false) {\n                    $userAgent = str_ireplace($currUANameToLookFor . ' ', $currUANameToLookFor . $separator, $userAgent);\n                }\n\n                $verParts = explode($separator, substr($userAgent, $foundPos));\n                if (count($verParts) > 1) {\n                    $verParts = explode(' ', $verParts[1]);\n                    $version = $verParts[0];\n                }\n\n                return true;\n            }\n        }\n\n        return false;\n    }\n\n    /**\n     * Convert the iOS version numbers to the operating system name. For instance '2.0' returns 'iPhone OS 2.0'.\n     * @access protected\n     * @param string $iOSVer The iOS version numbers as a string.\n     * @return string The operating system name.\n     */\n    protected function iOSVerToStr($iOSVer)\n    {\n        if ($this->compareVersions($iOSVer, '3.0') <= 0) {\n            return 'iPhone OS ' . $iOSVer;\n        } else {\n            return 'iOS ' . $iOSVer;\n        }\n    }\n\n    /**\n     * Convert the macOS version numbers to the operating system name. For instance '10.7' returns 'Mac OS X Lion'.\n     *\n     * Firefox, Safari and Chromium development teams have discovered a long tail of websites broken when reporting\n     * \"Mac OS X 11\" in the user agent string. In order to slightly improve user privacy as well as Web compatibility,\n     * they all capped the reported macOS version to 10.15 (Catalina) in the user agent string.\n     *\n     * Firefox reported macOS version is capped at 10.15 since Firefox 87 (March 23, 2021). This change has been also\n     * backported in Firefox 78.9.0esr (March 23, 2021).\n     *\n     * Safari reported macOS version is capped at 10.15.7 since Safari 14.1 (April 26, 2021).\n     *\n     * Chromium reported macOS version is capped at 10.15.7 since Chromium 91.0.4437.0 (May 25, 2021).\n     *\n     * See below links for more details.\n     * @access protected\n     * @param string $macVer The macOS version numbers as a string.\n     * @link https://bugzilla.mozilla.org/show_bug.cgi?id=1679929\n     * @link https://github.com/WebKit/WebKit/commit/94d3ce0900c31c929798e91ea86dcfe604251a9e\n     * @link https://github.com/WebKit/WebKit/commit/a46b2c6dd07fab463f1b2353c5d5b2ff43000f58\n     * @link https://chromiumdash.appspot.com/commit/a632542e79f2589e1b3f470827c7d03092be0afb\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function macVerToStr($macVer)\n    {\n        //https://en.wikipedia.org/wiki/OS_X#Release_history\n\n        if ($this->_platformVersion === '10') {\n            return 'Mac OS X'; //Unspecified Mac OS X version\n        } else if ($this->compareVersions($macVer, '15.0') >= 0 && $this->compareVersions($macVer, '16.0') < 0) {\n            return 'macOS Sequoia';\n        } else if ($this->compareVersions($macVer, '14.0') >= 0 && $this->compareVersions($macVer, '15.0') < 0) {\n            return 'macOS Sonoma';\n        } else if ($this->compareVersions($macVer, '13.0') >= 0 && $this->compareVersions($macVer, '14.0') < 0) {\n            return 'macOS Ventura';\n        } else if ($this->compareVersions($macVer, '12.0') >= 0 && $this->compareVersions($macVer, '13.0') < 0) {\n            return 'macOS Monterey';\n        } else if ($this->compareVersions($macVer, '11.0') >= 0 && $this->compareVersions($macVer, '12.0') < 0) {\n            return 'macOS Big Sur';\n        } else if ($this->compareVersions($macVer, '10.15') >= 0 && $this->compareVersions($macVer, '10.16') < 0) {\n            return 'macOS Catalina';\n        } else if ($this->compareVersions($macVer, '10.14') >= 0 && $this->compareVersions($macVer, '10.15') < 0) {\n            return 'macOS Mojave';\n        } else if ($this->compareVersions($macVer, '10.13') >= 0 && $this->compareVersions($macVer, '10.14') < 0) {\n            return 'macOS High Sierra';\n        } else if ($this->compareVersions($macVer, '10.12') >= 0 && $this->compareVersions($macVer, '10.13') < 0) {\n            return 'macOS Sierra';\n        } else if ($this->compareVersions($macVer, '10.11') >= 0 && $this->compareVersions($macVer, '10.12') < 0) {\n            return 'OS X El Capitan';\n        } else if ($this->compareVersions($macVer, '10.10') >= 0 && $this->compareVersions($macVer, '10.11') < 0) {\n            return 'OS X Yosemite';\n        } else if ($this->compareVersions($macVer, '10.9') >= 0 && $this->compareVersions($macVer, '10.10') < 0) {\n            return 'OS X Mavericks';\n        } else if ($this->compareVersions($macVer, '10.8') >= 0 && $this->compareVersions($macVer, '10.9') < 0) {\n            return 'OS X Mountain Lion';\n        } else if ($this->compareVersions($macVer, '10.7') >= 0 && $this->compareVersions($macVer, '10.8') < 0) {\n            return 'Mac OS X Lion';\n        } else if ($this->compareVersions($macVer, '10.6') >= 0 && $this->compareVersions($macVer, '10.7') < 0) {\n            return 'Mac OS X Snow Leopard';\n        } else if ($this->compareVersions($macVer, '10.5') >= 0 && $this->compareVersions($macVer, '10.6') < 0) {\n            return 'Mac OS X Leopard';\n        } else if ($this->compareVersions($macVer, '10.4') >= 0 && $this->compareVersions($macVer, '10.5') < 0) {\n            return 'Mac OS X Tiger';\n        } else if ($this->compareVersions($macVer, '10.3') >= 0 && $this->compareVersions($macVer, '10.4') < 0) {\n            return 'Mac OS X Panther';\n        } else if ($this->compareVersions($macVer, '10.2') >= 0 && $this->compareVersions($macVer, '10.3') < 0) {\n            return 'Mac OS X Jaguar';\n        } else if ($this->compareVersions($macVer, '10.1') >= 0 && $this->compareVersions($macVer, '10.2') < 0) {\n            return 'Mac OS X Puma';\n        } else if ($this->compareVersions($macVer, '10.0') >= 0 && $this->compareVersions($macVer, '10.1') < 0) {\n            return 'Mac OS X Cheetah';\n        } else {\n            return self::PLATFORM_VERSION_UNKNOWN; //Unknown/unnamed Mac OS version\n        }\n    }\n\n    /**\n     * Get the integer value of a string variable.\n     * @access protected\n     * @param string $intStr The scalar value being converted to an integer.\n     * @return int The integer value of $intStr on success, or 0 on failure.\n     */\n    protected function parseInt($intStr)\n    {\n        return intval($intStr, 10);\n    }\n\n    /**\n     * Reset all the properties of the class.\n     * @access protected\n     */\n    protected function reset()\n    {\n        $this->_agent = '';\n        $this->_browserName = self::BROWSER_UNKNOWN;\n        $this->_compatibilityViewName = '';\n        $this->_compatibilityViewVer = '';\n        $this->_is64bit = false;\n        $this->_isMobile = false;\n        $this->_isRobot = false;\n        $this->_platform = self::PLATFORM_UNKNOWN;\n        $this->_platformVersion = self::PLATFORM_VERSION_UNKNOWN;\n        $this->_robotName = self::ROBOT_UNKNOWN;\n        $this->_robotVersion = self::ROBOT_VERSION_UNKNOWN;\n        $this->_version = self::VERSION_UNKNOWN;\n    }\n\n    /**\n     * Convert a Safari build number to a Safari version number.\n     * @access protected\n     * @param string $version A string representing the version number.\n     * @link https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\n     * @return string Returns the Safari version string. If the version can't be determined, an empty string is\n     * returned.\n     */\n    protected function safariBuildToSafariVer($version)\n    {\n        $verParts = explode('.', $version);\n\n        //We need a 3 parts version (version 2 will becomes 2.0.0)\n        while (count($verParts) < 3) {\n            $verParts[] = 0;\n        }\n        foreach ($verParts as $i => $currPart) {\n            $verParts[$i] = $this->parseInt($currPart);\n        }\n\n        switch ($verParts[0]) {\n            case 419: $result = '2.0.4';\n                break;\n            case 417: $result = '2.0.3';\n                break;\n            case 416: $result = '2.0.2';\n                break;\n\n            case 412:\n                if ($verParts[1] >= 5) {\n                    $result = '2.0.1';\n                } else {\n                    $result = '2.0';\n                }\n                break;\n\n            case 312:\n                if ($verParts[1] >= 5) {\n                    $result = '1.3.2';\n                } else {\n                    if ($verParts[1] >= 3) {\n                        $result = '1.3.1';\n                    } else {\n                        $result = '1.3';\n                    }\n                }\n                break;\n\n            case 125:\n                if ($verParts[1] >= 11) {\n                    $result = '1.2.4';\n                } else {\n                    if ($verParts[1] >= 9) {\n                        $result = '1.2.3';\n                    } else {\n                        if ($verParts[1] >= 7) {\n                            $result = '1.2.2';\n                        } else {\n                            $result = '1.2';\n                        }\n                    }\n                }\n                break;\n\n            case 100:\n                if ($verParts[1] >= 1) {\n                    $result = '1.1.1';\n                } else {\n                    $result = '1.1';\n                }\n                break;\n\n            case 85:\n                if ($verParts[1] >= 8) {\n                    $result = '1.0.3';\n                } else {\n                    if ($verParts[1] >= 7) {\n                        $result = '1.0.2';\n                    } else {\n                        $result = '1.0';\n                    }\n                }\n                break;\n\n            case 73: $result = '0.9';\n                break;\n            case 51: $result = '0.8.1';\n                break;\n            case 48: $result = '0.8';\n                break;\n\n            default: $result = '';\n        }\n\n        return $result;\n    }\n\n    /**\n     * Set if the browser is executed from a 64-bit platform.\n     * @access protected\n     * @param boolean $is64bit Value that tells if the browser is executed from a 64-bit platform.\n     */\n    protected function set64bit($is64bit)\n    {\n        $this->_is64bit = $is64bit == true;\n    }\n\n    /**\n     * Set the name of the browser.\n     * @access protected\n     * @param string $browserName The name of the browser.\n     */\n    protected function setBrowser($browserName)\n    {\n        $this->_browserName = $browserName;\n    }\n\n    /**\n     * Set the browser to be from a mobile device or not.\n     * @access protected\n     * @param boolean $isMobile (optional) Value that tells if the browser is on a mobile device or not.\n     */\n    protected function setMobile($isMobile = true)\n    {\n        $this->_isMobile = $isMobile == true;\n    }\n\n    /**\n     * Set the platform on which the browser is on.\n     * @access protected\n     * @param string $platform The name of the platform.\n     */\n    protected function setPlatform($platform)\n    {\n        $this->_platform = $platform;\n    }\n\n    /**\n     * Set the platform version on which the browser is on.\n     * @access protected\n     * @param string $platformVer The version numbers of the platform.\n     */\n    protected function setPlatformVersion($platformVer)\n    {\n        $this->_platformVersion = $platformVer;\n    }\n\n    /**\n     * Set the browser to be a robot (crawler) or not.\n     * @access protected\n     * @param boolean $isRobot (optional) Value that tells if the browser is a robot or not.\n     */\n    protected function setRobot($isRobot = true)\n    {\n        $this->_isRobot = $isRobot == true;\n    }\n\n    /**\n     * Set the name of the robot.\n     * @access protected\n     * @param string $robotName The name of the robot.\n     */\n    protected function setRobotName($robotName)\n    {\n        $this->_robotName = $robotName;\n    }\n\n    /**\n     * Set the version of the robot.\n     * @access protected\n     * @param string $robotVersion The version of the robot.\n     */\n    protected function setRobotVersion($robotVersion)\n    {\n        $cleanVer = $this->cleanVersion($robotVersion);\n\n        if ($cleanVer == '') {\n            $this->_robotVersion = self::ROBOT_VERSION_UNKNOWN;\n        } else {\n            $this->_robotVersion = $cleanVer;\n        }\n    }\n\n    /**\n     * Set the version of the browser.\n     * @access protected\n     * @param string $version The version of the browser.\n     */\n    protected function setVersion($version)\n    {\n        $cleanVer = $this->cleanVersion($version);\n\n        if ($cleanVer == '') {\n            $this->_version = self::VERSION_UNKNOWN;\n        } else {\n            $this->_version = $cleanVer;\n        }\n    }\n\n    /**\n     * Convert a WebKit build number to a Safari version number.\n     * @access protected\n     * @param string $version A string representing the version number.\n     * @link https://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html\n     * @return string Returns the Safari version string. If the version can't be determined, an empty string is\n     * returned.\n     */\n    protected function webKitBuildToSafariVer($version)\n    {\n        $verParts = explode('.', $version);\n\n        //We need a 3 parts version (version 2 will becomes 2.0.0)\n        while (count($verParts) < 3) {\n            $verParts[] = 0;\n        }\n        foreach ($verParts as $i => $currPart) {\n            $verParts[$i] = $this->parseInt($currPart);\n        }\n\n        switch ($verParts[0]) {\n            case 419: $result = '2.0.4';\n                break;\n\n            case 418:\n                if ($verParts[1] >= 8) {\n                    $result = '2.0.4';\n                } else {\n                    $result = '2.0.3';\n                }\n                break;\n\n            case 417: $result = '2.0.3';\n                break;\n\n            case 416: $result = '2.0.2';\n                break;\n\n            case 412:\n                if ($verParts[1] >= 7) {\n                    $result = '2.0.1';\n                } else {\n                    $result = '2.0';\n                }\n                break;\n\n            case 312:\n                if ($verParts[1] >= 8) {\n                    $result = '1.3.2';\n                } else {\n                    if ($verParts[1] >= 5) {\n                        $result = '1.3.1';\n                    } else {\n                        $result = '1.3';\n                    }\n                }\n                break;\n\n            case 125:\n                if ($this->compareVersions('5.4', $verParts[1] . '.' . $verParts[2]) == -1) {\n                    $result = '1.2.4'; //125.5.5+\n                } else {\n                    if ($verParts[1] >= 4) {\n                        $result = '1.2.3';\n                    } else {\n                        if ($verParts[1] >= 2) {\n                            $result = '1.2.2';\n                        } else {\n                            $result = '1.2';\n                        }\n                    }\n                }\n                break;\n\n            //WebKit 100 can be either Safari 1.1 (Safari build 100) or 1.1.1 (Safari build 100.1)\n            //for this reason, check the Safari build before the WebKit build.\n            case 100: $result = '1.1.1';\n                break;\n\n            case 85:\n                if ($verParts[1] >= 8) {\n                    $result = '1.0.3';\n                } else {\n                    if ($verParts[1] >= 7) {\n                        //WebKit 85.7 can be either Safari 1.0 (Safari build 85.5) or 1.0.2 (Safari build 85.7)\n                        //for this reason, check the Safari build before the WebKit build.\n                        $result = '1.0.2';\n                    } else {\n                        $result = '1.0';\n                    }\n                }\n                break;\n\n            case 73: $result = '0.9';\n                break;\n            case 51: $result = '0.8.1';\n                break;\n            case 48: $result = '0.8';\n                break;\n\n            default: $result = '';\n        }\n\n        return $result;\n    }\n\n    /**\n     * Convert the Windows NT family version numbers to the operating system name. For instance '5.1' returns\n     * 'Windows XP'.\n     *\n     * Windows 10 and Windows 11 share the same major version number (10). Windows 11 starts with build 22000 (version\n     * 10.0.22000) but the build is not included in the UA.\n     *\n     * Windows Server 2022, 2019 & 2016 have also the same version number (10). Again, only the build can differentiate\n     * these versions.\n     * @access protected\n     * @param string $winVer The Windows NT family version numbers as a string.\n     * @param boolean $returnServerFlavor (optional) Since some Windows NT versions have the same values, this flag\n     * determines if the Server flavor is returned or not. For instance Windows 8.1 and Windows Server 2012 R2 both use\n     * version 6.3.\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function windowsNTVerToStr($winVer, $returnServerFlavor = false)\n    {\n        //https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions\n\n        $cleanWinVer = explode('.', $winVer);\n        while (count($cleanWinVer) > 2) {\n            array_pop($cleanWinVer);\n        }\n        $cleanWinVer = implode('.', $cleanWinVer);\n\n        if ($this->compareVersions($cleanWinVer, '11') >= 0) {\n            return self::PLATFORM_WINDOWS . ' ' . $winVer;\n        } else if ($this->compareVersions($cleanWinVer, '10') >= 0) {\n            return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2022') : (self::PLATFORM_WINDOWS . ' 10');\n        } else if ($this->compareVersions($cleanWinVer, '7') < 0) {\n            if ($this->compareVersions($cleanWinVer, '6.3') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2012 R2') : (self::PLATFORM_WINDOWS . ' 8.1');\n            } else if ($this->compareVersions($cleanWinVer, '6.2') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2012') : (self::PLATFORM_WINDOWS . ' 8');\n            } else if ($this->compareVersions($cleanWinVer, '6.1') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2008 R2') : (self::PLATFORM_WINDOWS . ' 7');\n            } else if ($this->compareVersions($cleanWinVer, '6') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2008') : (self::PLATFORM_WINDOWS . ' Vista');\n            } else if ($this->compareVersions($cleanWinVer, '5.2') == 0) {\n                return $returnServerFlavor ? (self::PLATFORM_WINDOWS . ' Server 2003 / ' . self::PLATFORM_WINDOWS . ' Server 2003 R2') : (self::PLATFORM_WINDOWS . ' XP x64 Edition');\n            } else if ($this->compareVersions($cleanWinVer, '5.1') == 0) {\n                return self::PLATFORM_WINDOWS . ' XP';\n            } else if ($this->compareVersions($cleanWinVer, '5') == 0) {\n                return self::PLATFORM_WINDOWS . ' 2000';\n            } else if ($this->compareVersions($cleanWinVer, '5') < 0 && $this->compareVersions($cleanWinVer, '3') >= 0) {\n                return self::PLATFORM_WINDOWS . ' NT ' . $winVer;\n            }\n        }\n\n        return self::PLATFORM_VERSION_UNKNOWN; //Invalid Windows NT version\n    }\n\n    /**\n     * Convert the Windows 3.x & 9x family version numbers to the operating system name. For instance '4.10.1998'\n     * returns 'Windows 98'.\n     * @access protected\n     * @param string $winVer The Windows 3.x or 9x family version numbers as a string.\n     * @return string The operating system name or the constant PLATFORM_VERSION_UNKNOWN if nothing match the version\n     * numbers.\n     */\n    protected function windowsVerToStr($winVer)\n    {\n        //https://support.microsoft.com/en-us/kb/158238\n\n        if ($this->compareVersions($winVer, '4.90') >= 0 && $this->compareVersions($winVer, '4.91') < 0) {\n            return self::PLATFORM_WINDOWS . ' Me'; //Normally range from 4.90.3000 to 4.90.3000A\n        } else if ($this->compareVersions($winVer, '4.10') >= 0 && $this->compareVersions($winVer, '4.11') < 0) {\n            return self::PLATFORM_WINDOWS . ' 98'; //Normally range from 4.10.1998 to 4.10.2222B\n        } else if ($this->compareVersions($winVer, '4') >= 0 && $this->compareVersions($winVer, '4.04') < 0) {\n            return self::PLATFORM_WINDOWS . ' 95'; //Normally range from 4.00.950 to 4.03.1214\n        } else if ($this->compareVersions($winVer, '3.1') == 0 || $this->compareVersions($winVer, '3.11') == 0) {\n            return self::PLATFORM_WINDOWS . ' ' . $winVer;\n        } else if ($this->compareVersions($winVer, '3.10') == 0) {\n            return self::PLATFORM_WINDOWS . ' 3.1';\n        } else {\n            return self::PLATFORM_VERSION_UNKNOWN; //Invalid Windows version\n        }\n    }\n\n    /**\n     * Find the position of the first occurrence of a word in a string.\n     * @access protected\n     * @param string $haystack The string to search in.\n     * @param string $needle The string to search for.\n     * @param boolean $insensitive (optional) Determines if we do a case-sensitive search (false) or a case-insensitive\n     * one (true).\n     * @param int $offset If specified, search will start this number of characters counted from the beginning of the\n     * string. If the offset is negative, the search will start this number of characters counted from the end of the\n     * string.\n     * @param string $foundString String buffer that will contain the exact matching needle found. Set to NULL when\n     * return value of the function is false.\n     * @return mixed Returns the position of the needle (int) if found, false otherwise. Warning this function may\n     * return Boolean false, but may also return a non-Boolean value which evaluates to false.\n     */\n    protected function wordPos($haystack, $needle, $insensitive = true, $offset = 0, &$foundString = NULL)\n    {\n        if ($offset != 0) {\n            $haystack = substr($haystack, $offset);\n        }\n\n        $parts = explode(' ', $needle);\n        foreach ($parts as $i => $currPart) {\n            $parts[$i] = preg_quote($currPart, '/');\n        }\n\n        $regex = '/(?<=\\A|[\\s\\/\\\\.,;:_()-])' . implode('[\\s\\/\\\\.,;:_()-]', $parts) . '(?=[\\s\\/\\\\.,;:_()-]|$)/';\n        if ($insensitive) {\n             $regex .= 'i';\n        }\n\n        if (preg_match($regex, $haystack, $matches, PREG_OFFSET_CAPTURE)) {\n            $foundString = $matches[0][0];\n            return (int)$matches[0][1];\n        }\n\n        return false;\n    }\n}"
  }
]