MongoDB\Driver\Cursor::__construct

Create a new Cursor (not used)

Beschreibung

final private MongoDB\Driver\Cursor::__construct ( void )

MongoDB\Driver\Cursor objects are returned as the result of an executed command or query and cannot be constructed directly.

Parameter-Liste

Diese Funktion hat keine Parameter.

Siehe auch

  • MongoDB\Driver\Manager::executeCommand
  • MongoDB\Driver\Manager::executeQuery
  • MongoDB\Driver\Server::executeCommand
  • MongoDB\Driver\Server::executeQuery