文字

The MongoGridFSCursor class

(PECL mongo >=0.9.0)

简介

Cursor for database file results.

类摘要

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 )
}

Table of Contents

  • MongoGridFSCursor::__construct — Create a new cursor
  • MongoGridFSCursor::current — Returns the current file
  • MongoGridFSCursor::getNext — Return the next file to which this cursor points, and advance the cursor
  • MongoGridFSCursor::key — Returns the current result's filename
上一篇: 下一篇: