MongoDB\Driver\Cursor::next

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::nextAdvances the cursor to the next result

说明

public MongoDB\Driver\Cursor::next(): void

参数

此函数没有参数。

返回值

Moves the current position to the next element in the cursor.

错误/异常

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top