MongoGridFSFile::write
(PECL mongo >=0.9.0)
MongoGridFSFile::write — Writes this file to the filesystem
Description
public int MongoGridFSFile::write
([ string $filename = NULL
] )
Parameters
- filename
-
The location to which to write the file. If none is given, the stored filename will be used.
Return Values
Returns the number of bytes written.
MongoGridFSFile::write
There are no user contributed notes for this page.
