phpseclib\Net\SSH2::getBannerMessage PHP Méthode

getBannerMessage() public méthode

Quoting from the RFC, "in some jurisdictions, sending a warning message before authentication may be relevant for getting legal protection."
public getBannerMessage ( ) : string
Résultat string
    function getBannerMessage()
    {
        return $this->banner_message;
    }