MongoGridFSCursor::__construct

(PECL mongo >=0.9.0)

MongoGridFSCursor::__constructCreate a new cursor

Опис

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

Параметри

gridfs

Related GridFS collection.

connection

Database connection.

ns

Full name of database and collection.

query

Database query.

fields

Fields to return.

Значення, що повертаються

Returns the new cursor.

add a note add a note

User Contributed Notes

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