MongoDB\Driver\CursorId::__construct
PHP Manual
PHP Manual»MongoDB\Driver\CursorId»MongoDB\Driver\CursorId::__construct

MongoDB\Driver\CursorId::__construct

(mongodb >=1.0.0)

MongoDB\Driver\CursorId::__constructCreate a new CursorId (not used)

Descrizione

final private function MongoDB\Driver\CursorId::__construct()

MongoDB\Driver\CursorId objects are returned from MongoDB\Driver\Cursor::getId() and cannot be constructed directly.

Elenco dei parametri

Questa funzione non contiene parametri.

Vedere anche:

To Top