MongoCommandCursor::valid

(PECL mongo >=1.5.0)

MongoCommandCursor::validChecks if the cursor is reading a valid result.

Опис

public bool MongoCommandCursor::valid ( void )

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the current result is not null, and FALSE otherwise.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top