PHP Velho Oeste 2024

Класс MongoGridFSCursor

(PECL mongo >=0.9.0)

Введение

Курсор для файловых результатов базы данных.

Обзор классов

extends MongoCursor {
/* Поля */
protected MongoGridFS gridfs = NULL ;
/* Методы */
public __construct ( MongoGridFS $gridfs , resource $connection , string $ns , array $query , array $fields )
public current ( void ) : MongoGridFSFile
public getNext ( void ) : MongoGridFSFile
public key ( void ) : string
}

Содержание

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top