cbschuld / Browser.php

A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/
MIT License
580 stars 303 forks source link

+ getOS() #55

Open ildarkhasanshin opened 7 years ago

cbschuld commented 7 years ago

@ildarkhasanshin - I am sorry ; finally getting to look at this (my apologies)... there are some double calls to checkMozilla and some sequencing issues; other than that I can get it approved and added