- Reference >
- MongoDB\GridFS\Bucket Class >
- MongoDB\GridFS\Bucket::getFileDocumentForStream()
MongoDB\GridFS\Bucket::getFileDocumentForStream()
On this page
Definition
-
MongoDB\GridFS\Bucket::getFileDocumentForStream
Gets the file document of the GridFS file associated with a stream.
This method has the following parameters:
Parameter Type Description $stream
resource The GridFS stream resource.
Return Values
The metadata document associated with the GridFS stream. The return type will
depend on the bucket’s typeMap
option.
Errors/Exceptions
MongoDB\Exception\InvalidArgumentException
for errors related to
the parsing of parameters or options.
MongoDB\Driver\Exception\RuntimeException for other errors at the driver level (e.g. connection errors).
Examples
The output would then resemble: