Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16447 программистов и 1786 роботов. Сейчас ищут 1996 программистов ...
The MongoGridFSFile class
Вернуться к: Классы GridFS
(PECL mongo >=0.9.0)
Введение
A database file object.
Обзор классов
MongoGridFSFile
{
/* Fields */
public
array
$file
=
NULL
;/* Методы */
}Содержание
- MongoGridfsFile::__construct — Create a new GridFS file
- MongoGridFSFile::getBytes — Returns this file's contents as a string of bytes
- MongoGridFSFile::getFilename — Returns this file's filename
- MongoGridFSFile::getResource — Returns a resource that can be used to read the stored file
- MongoGridFSFile::getSize — Returns this file's size
- MongoGridFSFile::write — Writes this file to the filesystem
Вернуться к: Классы GridFS