Saturday, December 21, 2013

Download Easy & Quick Browser Detection

Easy & Quick Browser Detection

Easy & Quick Browser Detection dowload

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

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.
  • Zero Configuration – No Installation hassles
  • 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?

Test it now!

Easy & Quick Browser Detection dowload

No comments:

Post a Comment