©
本文檔使用 php中文網手册 發布
(PECL mongo >=0.9.0)
MongoGridFS::__construct — Creates new file collections
$db
[, string $prefix
= "fs"
[, mixed $chunks
= "fs"
]] )Files as stored across two collections, the first containing file meta information, the second containing chunks of the actual file. By default, fs.files and fs.chunks are the collection names used.
Use one argument to specify a prefix other than "fs":
$fs = new MongoGridFS($db, "myfiles");
db
Database.
files
Optional collection name prefix.