API17

Difference between revisions of "JBrowser::isBrowser"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JBrowser::isBrowser|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JBrowser::isBrowser|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JBrowser::isBrowser ($browser)
+
public function isBrowser ($browser)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean Is the given browser the same as the current?
boolean Is the given browser the same as the current?
+
* '''Defined''' on line 824 of libraries/joomla/environment/browser.php
===Defined in===
 
libraries/joomla/environment/browser.php (line 824)
 
* see source code in [[jplatform:environment/browser.php#cl-824|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JBrowser::isBrowser source code''' on [[jplatform:environment/browser.php#cl-816|BitBucket]]
 +
* {{JVer|11.1}} Class [[JBrowser/11.1|JBrowser]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
 +
* [[JBrowser::isBrowser|Other versions of JBrowser::isBrowser]]
 +
{{SeeAlso:JBrowser::isBrowser}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JBrowser::isBrowser|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JBrowser::isBrowser|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JBrowser/11.1|JBrowser]]
+
===User contributed notes===
* [[JBrowser::isBrowser|Other versions of this method]]
 
{{SeeAlso:JBrowser::isBrowser}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JBrowser]][[Category:JBrowser::isBrowser]]</noinclude>
 
<noinclude>[[Category:JBrowser]][[Category:JBrowser::isBrowser]]</noinclude>

Revision as of 20:12, 27 April 2011

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::isBrowser[edit]

Description[edit]

Determine if the given browser is the same as the current.

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

public function isBrowser ($browser)
Parameter Type Default Description
$browser string The browser to check.
  • Returns boolean Is the given browser the same as the current?
  • Defined on line 824 of libraries/joomla/environment/browser.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />