MongoDB\Driver\CursorInterface::getServer

(mongodb >=1.6.0)

MongoDB\Driver\CursorInterface::getServer β€” Returns the server associated with this cursor

Beschreibung

abstract public MongoDB\Driver\CursorInterface::getServer(): MongoDB\Driver\Server

Returns the MongoDB\Driver\Server associated with this cursor. This is the server that executed the MongoDB\Driver\Query or MongoDB\Driver\Command.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

RΓΌckgabewerte

Returns the MongoDB\Driver\Server associated with this cursor.

Fehler/Exceptions

Siehe auch

οΌ‹add a note

User Contributed Notes

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