(mongodb >=1.6.0)
MongoDB\Driver\CursorInterface::isDead — Checks if the cursor may have additional results
Checks whether the cursor may have additional results available to read. A cursor is initially "alive" but may become "dead" for any of the following reasons:
Cette fonction ne contient aucun paramètre.
Returns true
if additional results are not available, and false
otherwise.