API17

Difference between revisions of "JBrowser::isSSLConnection"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Determine if we are using a secure (SSL) connection.  
 
Determine if we are using a secure (SSL) connection.  
  
{{Description:JBrowser::isSSLConnection}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JBrowser::isSSLConnection|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JBrowser::isSSLConnection ()
+
public function isSSLConnection ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' boolean True if using SSL, false if not.
boolean True if using SSL, false if not.
+
* '''Defined''' on line 859 of libraries/joomla/environment/browser.php
===Defined in===
 
libraries/joomla/environment/browser.php (line 859)
 
* see source code in [[jplatform:environment/browser.php#cl-859|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JBrowser::isSSLConnection source code''' on [[jplatform:environment/browser.php#cl-851|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JBrowser::isSSLConnection|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JBrowser|JBrowser]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JBrowser/11.1|JBrowser]]
+
* [[API17:JBrowser::isSSLConnection|Other versions of JBrowser::isSSLConnection]]
* [[JBrowser::isSSLConnection|Other versions of this method]]
+
 
{{SeeAlso:JBrowser::isSSLConnection}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JBrowser::isSSLConnection
 
category=JBrowser::isSSLConnection
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JBrowser]][[Category:JBrowser::isSSLConnection]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:22, 24 March 2017

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

Description[edit]

Determine if we are using a secure (SSL) connection.


public function isSSLConnection ()
  • Returns boolean True if using SSL, false if not.
  • Defined on line 859 of libraries/joomla/environment/browser.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]