GridFS Classes
PHP Manual

MongoGridFSCursor クラス

導入

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

クラス概要

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

目次


GridFS Classes
PHP Manual