JURI::isSSL/1.5
From Joomla! Documentation
< JURI::isSSL(Difference between revisions)
(Layout updates) |
m (→User contributed notes: re-categorisation) |
||
| Line 35: | Line 35: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:JURI | + | <noinclude>[[Category:JURI]]</noinclude> |
Latest revision as of 13:00, 9 August 2012
[edit]
JURI::isSSL
[edit] 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
[edit] 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]
[edit] User contributed notes
<CodeExamplesForm />