API17

Difference between revisions of "JBrowser::getAgentString"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JBrowser::getAgentString|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JBrowser::getAgentString|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JBrowser->getAgentString ()
+
public function getAgentString ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string The browser agent string.
string The browser agent string.
+
* '''Defined''' on line 679 of libraries/joomla/environment/browser.php
===Defined in===
 
libraries/joomla/environment/browser.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JBrowser::getAgentString source code''' on [[jplatform:environment/browser.php#cl-671|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JBrowser|JBrowser]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
 +
* [[API17:JBrowser::getAgentString|Other versions of JBrowser::getAgentString]]
 +
{{SeeAlso:JBrowser::getAgentString}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JBrowser::getAgentString|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JBrowser::getAgentString|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JBrowser/11.1|JBrowser]]
+
===User contributed notes===
* [[JBrowser::getAgentString|Other versions of this method]]
 
{{SeeAlso:JBrowser::getAgentString}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 32: Line 30:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JBrowser]][[Category:JBrowser::getAgentString]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:45, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JBrowser::getAgentString[edit]

Description[edit]

Return the full browser agent string.

Template:Description:JBrowser::getAgentString [Edit Descripton]

public function getAgentString ()
  • Returns string The browser agent string.
  • Defined on line 679 of libraries/joomla/environment/browser.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />