|
MongoDB\Driver\CursorInterface::isDeadChecks if the cursor may have additional results Description
abstract public bool MongoDB\Driver\CursorInterface::isDead()
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:
ParametersThis function has no parameters. Return Values
Returns Errors/Exceptions
See Also
|