Amp\Artax\BufferWriter::isSocketDead PHP 메소드

isSocketDead() 개인적인 메소드

private isSocketDead ( )
    private function isSocketDead()
    {
        return !is_resource($this->socket) || @feof($this->socket);
    }