phpseclib\Net\SSH2::isConnected PHP Method

isConnected() public method

Is the connection still active?
public isConnected ( ) : boolean
return boolean
    function isConnected()
    {
        return (bool) ($this->bitmap & self::MASK_CONNECTED);
    }