PHP 8.1.28 Released!

MongoDB\Driver\Cursor::valid

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::validChecks if the current position in the cursor is valid

説明

public MongoDB\Driver\Cursor::valid(): bool

パラメータ

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

戻り値

true if the current cursor position is valid, false otherwise.

参考

add a note

User Contributed Notes

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