Horde_Smtp::isSecureConnection PHP Méthode

isSecureConnection() public méthode

Display if connection to the server has been secured via TLS or SSL.
public isSecureConnection ( ) : boolean
Résultat boolean True if the SMTP connection is secured.
    public function isSecureConnection()
    {
        return $this->_connection && $this->_connection->secure;
    }