JURI::isSSL/1.5
From Joomla! Documentation
< JURI::isSSL(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 4: | Line 4: | ||
Checks whether the current URI is using HTTPS. | Checks whether the current URI is using HTTPS. | ||
| + | {{Description:JURI::isSSL}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[Description:JURI | + | <nowiki>[</nowiki>[[Description:JURI::isSSL|Edit Descripton]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function isSSL () |
</source> | </source> | ||
| − | + | * '''Returns''' boolean True if using SSL via HTTPS | |
| − | boolean True if using SSL via HTTPS | + | * '''Defined''' on line 685 of libraries/joomla/environment/uri.php |
| − | + | * '''Since''' {{JVer|1.5 }} | |
| − | libraries/joomla/environment/uri.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JURI::isSSL''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#isSSL api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JURI source code''' on [[jframework15:environment/uri.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Class [[JURI/1.5|JURI]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage_Environment/1.5|Environment]] | ||
| + | * [[JURI::isSSL|Other versions of JURI::isSSL]] | ||
| + | {{SeeAlso:JURI::isSSL}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[SeeAlso:JURI | + | <nowiki>[</nowiki>[[SeeAlso:JURI::isSSL|Edit See Also]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 32: | Line 30: | ||
category=JURI::isSSL | category=JURI::isSSL | ||
category=CodeExample | category=CodeExample | ||
| − | category= | + | category=MethodExample |
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JURI]][[Category:JURI::isSSL]]</noinclude> | <noinclude>[[Category:JURI]][[Category:JURI::isSSL]]</noinclude> | ||
Revision as of 20:32, 25 April 2011
JURI::isSSL
Description
Checks whether the current URI is using HTTPS.
Description:JURI::isSSL [Edit Descripton]
public function isSSL ()
- Returns boolean True if using SSL via HTTPS
- Defined on line 685 of libraries/joomla/environment/uri.php
- Since
See also
-
JURI::isSSL on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::isSSL
SeeAlso:JURI::isSSL [Edit See Also]
User contributed notes
<CodeExamplesForm />