(PECL mongo >=0.9.0)
Returns the current element
public array MongoCursor::current ( void )
This returns NULL
until MongoCursor::next() is called.
Returns:
The current result document as an associative array. NULL
will be returned if there is no result.
See also:
Please login to continue.