mongo_has_next> <mongo_gridfs_init
Last updated: Mon, 28 Dec 2009

mongo_gridfs_store

(PECL mongo >= 0.8.0)

mongo_gridfs_storeStore a file in the database

Descrição

MongoId mongo_gridfs_store ( resource $gridfs , string $filename )

Store a file in the database.

Parâmetros

gridfs

The gridfs connection to use.

filename

Name of the file to store.

Valor Retornado

The MongoId given to the file saved to the database.

Veja Também

  • mongo_gridfs_init() - Creates a new gridfs connection
  • mongo_gridfs_find()
  • mongo_gridfs_list()



User Contributed Notes
mongo_gridfs_store
There are no user contributed notes for this page.

mongo_has_next> <mongo_gridfs_init
Last updated: Mon, 28 Dec 2009