JBrowser::getAgentString: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Return the full browser agent string. | Return the full browser agent string. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 16: | Line 16: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]] | ||
* [[API17:JBrowser::getAgentString|Other versions of JBrowser::getAgentString]] | * [[API17:JBrowser::getAgentString|Other versions of JBrowser::getAgentString]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JBrowser::getAgentString | category=JBrowser::getAgentString | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:21, 25 March 2017
JBrowser::getAgentString
Description
Return the full browser agent string.
public function getAgentString ()
- Returns string The browser agent string.
- Defined on line 679 of libraries/joomla/environment/browser.php
See also
JBrowser::getAgentString source code on BitBucket
Class JBrowser
Subpackage Environment- Other versions of JBrowser::getAgentString
User contributed notes
Code Examples