MongoGridFSCursor クラス

(PECL mongo >=0.9.0)

はじめに

データベースからのファイル用のカーソルです。

クラス概要

extends MongoCursor {
/* フィールド */
protected MongoGridFS $gridfs = NULL ;
/* メソッド */
public __construct ( MongoGridFS $gridfs , resource $connection , string $ns , array $query , array $fields )
public current ( void ) : MongoGridFSFile
public getNext ( void ) : MongoGridFSFile
public key ( void ) : string
}

目次