Php/docs/mongogridfscursor.construct

来自菜鸟教程
跳转至:导航、​搜索

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.