GoLang MongoDB\Driver\Cursor::__construct

request it (202)
GoLang replacement for PHP's MongoDB\Driver\Cursor::__construct [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\Driver\Cursor::__construct? Write it!

PHP MongoDB\Driver\Cursor::__construct

PHP original manual for MongoDB\Driver\Cursor::__construct [ show | php.net ]

MongoDB\Driver\Cursor::__construct

(mongodb >=1.0.0)

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

Description

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.

Parameters

This function has no parameters.

See Also