Easy & Quick Browser Detection (Miscellaneous)

Features – Browser Detection Made Easy

  • Detects all the modern browsers
  • Supports – ‘ie’, ‘firefox’, ‘chrome’, ‘safari’, ‘webkit’, ‘opera’, ‘netscape’,’konqueror’, ‘gecko’ and ‘flock’
  • Detect Version number.
  • Lightweight.
  • Easy to Use.
  • Well Documented.
  • Many Examples included.
  • IE6 Notification – Use it the way you like
  • Uses standard PHP – No additional extension support needed.
  • Detection – Minimum 2 Line of Code.
  • Very Flexible – You can specify your custom detection routine.
  • Extendible Browsers List.
  • Ease of Integration.
  • Highly Readable Code.
  • Self Explanatory.
  • Fully OOP based – PHP 5
  • Ease to Test – Builtin Support for Testing.

Quick Example

 
<?PHP include"lib/clsBrowser.php";
$oBrowser = new clsBrowser();
if($oBrowser?>Detect()->isDetected())
{
    echo "Browser: " . $oBrowser->getBrowser(); 
    echo " Version: " . $oBrowser->getVersion();
}
?>

Ready to Test?

Follow Me


Download Easy & Quick Browser Detection (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *