API17

API17:JBrowser::isSSLConnection

From Joomla! Documentation

Revision as of 02:22, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JBrowser::isSSLConnection

Description

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


User contributed notes

Code Examples