Net_SSH2::getBannerMessage PHP 메소드

getBannerMessage() 공개 메소드

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