Net_SSH2::isTimeout PHP Метод

isTimeout() публичный Метод

Did exec() or read() return because they timed out or because they encountered the end?
public isTimeout ( )
    function isTimeout()
    {
        return $this->is_timeout;
    }