Net_SSH2::isAuthenticated PHP Method

isAuthenticated() public method

Have you successfully been logged in?
public isAuthenticated ( ) : boolean
return boolean
    function isAuthenticated()
    {
        return (bool) ($this->bitmap & NET_SSH2_MASK_LOGIN);
    }