Skip to content

Instantly share code, notes, and snippets.

@asgrim
Created December 3, 2013 15:57
Show Gist options
  • Save asgrim/7771719 to your computer and use it in GitHub Desktop.
Save asgrim/7771719 to your computer and use it in GitHub Desktop.
<?php
$browscap = new BrowscapPHP($cacheDir);
$browscap->remoteIniUrl = 'http://browscap.org/stream?q=Full_PHP_BrowsCapINI';
$browscap->remoteVerUrl = 'http://browscap.org/version';
$browscap->getBrowser($ua);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment