MongoDB\BSON\Iterator::valid

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::valid — Checks if current position is valid

説明

public function MongoDB\BSON\Iterator::valid(): bool

パラメータ

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

戻り値

Returns true if the current iterator position is valid, false otherwise.

参考

+add a note

User Contributed Notes

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