API16:JBrowser/getAgentString
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Return the full browser agent string.
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
public function getAgentString() { return $this->_agent; }
[Edit See Also] SeeAlso:JBrowser/getAgentString
Examples
<CodeExamplesForm />
