PHP Portal » PHP Handbuch » MongoGridFSFile::write

Werbung

MongoGridFSFile::write


(PECL mongo >=0.9.0)

MongoGridFSFile::writeWrites this file to the filesystem

Beschreibung

public int MongoGridFSFile::write ([ string $filename = NULL ] )

Parameter-Liste

filename

The location to which to write the file. If none is given, the stored filename will be used.

Rückgabewerte

Returns the number of bytes written.