GridFS クラス群
PHP Manual

MongoGridFSCursor クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

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

クラス概要

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

目次


GridFS クラス群
PHP Manual