API15

API15:JBrowser/getAgentString

From Joomla! Documentation

Description

Return the full browser agent string.


<! removed transcluded page call, red link never existed >

Syntax

getAgentString()


Returns

string The browser agent string.

Defined in

libraries/joomla/environment/browser.php

Importing

jimport( 'joomla.environment.browser' );

Source Body

function getAgentString()    {
    return $this->_agent;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples