PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

MongoCursorInterface::dead - Checks if there are results that have not yet been sent from the database | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

MongoCursorInterface::dead

(PECL mongo >=1.5.0)

MongoCursorInterface::deadChecks if there are results that have not yet been sent from the database

説明

abstract public bool MongoCursorInterface::dead ( void )

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.

パラメータ

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

返り値

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


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「MongoCursorInterface::dead - Checks if there are results that have not yet been sent from the database」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | MongoCursorInterface::dead - Checks if there are results that have not yet been sent from the database」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: