MongoCursor::current

(PECL mongo >=0.9.0)

MongoCursor::currentReturns the current element

Beskrivelse

public array MongoCursor::current ( void )

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

Parametre

This function has no parameters.

Returnerings Værdier

The current result as an associative array.

add a note add a note

User Contributed Notes

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