From 2695aaaa207927633cf9fec2a5274d0d4e99a8af Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 4 Jun 2015 21:12:35 +0000 Subject: [PATCH] MongoGridFS::storeFile() supports a stream argument https://jira.mongodb.org/browse/PHP-1447 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336874 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongogridfs/storefile.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongo/mongogridfs/storefile.xml b/reference/mongo/mongogridfs/storefile.xml index 0f0f1300cf..0085c17c15 100644 --- a/reference/mongo/mongogridfs/storefile.xml +++ b/reference/mongo/mongogridfs/storefile.xml @@ -11,7 +11,7 @@ &reftitle.description; public mixedMongoGridFS::storeFile - stringfilename + string|resourcefilename arraymetadataarray() arrayoptionsarray() @@ -27,7 +27,7 @@ - Name of the file to store. + Name of the file or a readable stream to store.