MongoDB\Driver\Cursor::__construct

Create a new Cursor (not used)

説明

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

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

パラメータ

この関数にはパラメータはありません。

参考

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