Net_SSH2::isPTYEnabled PHP Method

isPTYEnabled() public method

Returns whether request-pty is enabled or not
See also: self::enablePTY()
See also: self::disablePTY()
public isPTYEnabled ( ) : boolean
return boolean
    function isPTYEnabled()
    {
        return $this->request_pty;
    }