GoLang MongoGridFSCursor::__construct

request it (210)
GoLang replacement for PHP's MongoGridFSCursor::__construct [edit | history]



Do you know a GoLang replacement for PHP's MongoGridFSCursor::__construct? Write it!

PHP MongoGridFSCursor::__construct

PHP original manual for MongoGridFSCursor::__construct [ show | php.net ]

MongoGridFSCursor::__construct

(PECL mongo >=0.9.0)

MongoGridFSCursor::__constructCreate a new cursor

Description

public MongoGridFSCursor::__construct ( MongoGridFS $gridfs , resource $connection , string $ns , array $query , array $fields )

Parameters

gridfs

Related GridFS collection.

connection

Database connection.

ns

Full name of database and collection.

query

Database query.

fields

Fields to return.

Return Values

Returns the new cursor.