API17

API17:JURI::isSSL

From Joomla! Documentation

Joomla 11.1 JURI::isSSL

Description

Checks whether the current URI is using HTTPS.


public function isSSL ()
  • Returns boolean True if using SSL via HTTPS.
  • Defined on line 660 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples