API15

API15:JBrowser/getAgentString

From Joomla! Documentation

Revision as of 22:19, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Return the full browser agent string. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<now...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Return the full browser agent string.

[Edit Descripton]

Template:Description:JBrowser/getAgentString

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;
}

[Edit See Also] Template:SeeAlso:JBrowser/getAgentString

Examples

<CodeExamplesForm />