MongoDB\Driver\Cursor::__construct

(mongodb >=1.0.0)

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

Açıklama

finalprivateMongoDB\Driver\Cursor::__construct()

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Ayrıca Bakınız

To Top