MongoCursor::valid
(PECL mongo >=0.9.0)
MongoCursor::valid — Checks if the cursor is reading a valid result
説明
public MongoCursor::valid ( ) : bool
パラメータ
この関数にはパラメータはありません。
返り値
true
if the current result is not null, and false
otherwise.
(PECL mongo >=0.9.0)
MongoCursor::valid — Checks if the cursor is reading a valid result
public MongoCursor::valid ( ) : bool
この関数にはパラメータはありません。
true
if the current result is not null, and false
otherwise.