PHP Velho Oeste 2024

MongoCursorInterface::info

(PECL mongo >=1.5.0)

MongoCursorInterface::infoGets information about the cursor's creation and iteration

Beschreibung

abstract public MongoCursorInterface::info ( void ) : array

Returns information about the cursor's creation and iteration. This can be called before or after the cursor has started iterating.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the namespace, batch size, limit, skip, flags, query, and projected fields for this cursor. If the cursor has started iterating, additional information about iteration and the connection will be included.

add a note add a note

User Contributed Notes

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