Php/docs/class.mongogridfscursor

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

(PECL mongo >=0.9.0)

简介

Cursor for database file results.


类摘要


extends MongoCursor {

/* Fields */

protected MongoGridFS $gridfs = null

/* 方法 */

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

public current ( ) : MongoGridFSFile

public getNext ( ) : MongoGridFSFile

public key ( ) : string

}

Table of Contents