Net_SSH2::isPTYEnabled PHP 메소드

isPTYEnabled() 공개 메소드

Returns whether request-pty is enabled or not
또한 보기: self::enablePTY()
또한 보기: self::disablePTY()
public isPTYEnabled ( ) : boolean
리턴 boolean
    function isPTYEnabled()
    {
        return $this->request_pty;
    }