MongoCursor
在线手册:中文 英文
PHP手册

MongoCursor::current

(PECL mongo >=0.9.0)

MongoCursor::currentReturns the current element

说明

public array MongoCursor::current ( void )

This returns NULL until MongoCursor::next() is called.

参数

此函数没有参数。

返回值

The current result as an associative array.


MongoCursor
在线手册:中文 英文
PHP手册