update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoGridFSCursor class

The MongoGridFSCursor class

(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 MongoGridFSFile current ( void )
public MongoGridFSFile getNext ( void )
public string key ( void )
}

Table of Contents