이름 |
설명 |
ActiveRecord |
ActiveRecord is the base class for classes representing Mongo GridFS files in terms of objects. |
Collection |
Collection represents the Mongo GridFS collection information. |
Cursor |
Cursor is a wrapper around [[\MongoDB\Driver\Cursor]], which allows returning of the
record with [[Download]] instance attached. |
Download |
Download represents the GridFS download operation. |
StreamWrapper |
StreamWrapper provides stream wrapper for MongoDB GridFS, allowing file operations via
regular PHP stream resources. |
Upload |
Upload represents the GridFS upload operation. |