MongoGridFSFile::write
MongoGridFSCursor::__construct
Классы GridFS
PHP Manual
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
)
}
Содержание
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
MongoGridFSFile::write
MongoGridFSCursor::__construct
Классы GridFS
PHP Manual