You appear to be a bot. Output may be restricted
Description
Get the user agent value in use to determine the browser
Usage
$string = Browser::getUserAgent();
Parameters
Returns
string The user agent from the HTTP header
Source
File name: easy-digital-downloads/includes/libraries/browser.php
Lines:
1 to 1 of 1
function getUserAgent() { return $this->_agent; }