|
MongoDB::getGridFS(PECL mongo >=0.9.0) MongoDB::getGridFS — Fetches toolkit for dealing with files stored in this database ОписаниеСписок параметров
Возвращаемые значенияReturns a new gridfs object for this database. ПримерыПример #1 MongoDB::getGridFS() example This example demonstrates how get a MongoGridFS instance.
<?php Read more about the MongoGridFS to learn how to store files with MongoDB. |
|