MongoCursorInterface::dead Checks if there are results that have not yet been sent from the database &reftitle.description; abstract public boolMongoCursorInterface::dead This method checks whether the cursor has been exhausted and the database has no more results to send to the client. A cursor being "dead" does not necessarily mean that there are no more results available for iteration. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; Returns &true; if there are more results that have not yet been sent to the client, and &false; otherwise.