MongoDB\Driver\CursorInterface::isDeadChecks if the cursor may have additional results 説明
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:
パラメータこの関数にはパラメータはありません。 戻り値
Returns エラー / 例外
参考
|