Easy & Quick Browser Detection free download - Php Scripts

Latest

FREE PHP SCRIPTS

Wednesday, January 18, 2017

Easy & Quick Browser Detection free download

 Easy & Quick Browser Detection  free download

Easy & Quick Browser Detection free download

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!

No comments:

Post a Comment