کلاس‌های GridFS
PHP Manual

کلاس MongoGridFSCursor

Introduction

Cursor برای نتیجه فایل پایگاه داده.

Class synopsis

extends MongoCursor {
/* Fields */
protected MongoGridFS $gridfs = NULL ;
/* 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


کلاس‌های GridFS
PHP Manual