MongoCursor
PHP Manual

MongoCursor::dead

(PECL mongo >=0.9.6)

MongoCursor::deadChecks if there are documents that have not been sent yet from the database for this cursor

説明

public boolean MongoCursor::dead ( void )

The database sends responses in batches of documents, up to 4Mb of documents per response. This method checks if the database has more batches or if the result set has been exhausted.

パラメータ

この関数にはパラメータはありません。

返り値

Returns if there are more results that have not been sent to the client, yet.


MongoCursor
PHP Manual