Mongo
PHP Manual

The MongoGridFSCursor class

소개

Cursor for database file results.

클래스 개요

MongoGridFSCursor
extends MongoCursor {
/* Methods */
__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 )
}

Table of Contents


Mongo
PHP Manual