CakeFest 2024: The Official CakePHP Conference

MongoDB\Driver\Cursor::__construct

(mongodb >=1.0.0)

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

Beschreibung

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.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Siehe auch

add a note

User Contributed Notes

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