API15:JBrowser/getAgentString/ja

出典: Joomla! ドキュメンテーション

目次

Description

Return the full browser agent string.

[Edit Descripton]



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]



Examples

<CodeExamplesForm />