MongoDB\BSON\Iterator::rewind

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::rewindRewinds the Iterator to the first element

说明

publicMongoDB\BSON\Iterator::rewind(): void

参数

此函数没有参数。

参见

To Top