Alcaeus\MongoDbAdapter\AbstractCursor::dead PHP Method

dead() public method

Checks if there are documents that have not been sent yet from the database for this cursor
public dead ( ) : boolean
return boolean Returns if there are more results that have not been sent to the client, yet.
    public function dead()
    {
        return $this->ensureCursor()->isDead();
    }