MongoGridFS
PHP Manual

MongoGridFS::storeFile

(PECL mongo >=0.9.0)

MongoGridFS::storeFileStores a file in the database

설명

public mixed MongoGridFS::storeFile ( string $filename [, array $extra= array() ] )

인수

filename

The name of the file.

extra

Other metadata to add to the file saved.

반환값

Returns the _id of the saved object.


MongoGridFS
PHP Manual