mongogridfsfile.write(3) php man page | unix.com

Man Page: mongogridfsfile.write

Operating Environment: php

Section: 3

MONGOGRIDFSFILE.WRITE(3)						 1						  MONGOGRIDFSFILE.WRITE(3)

MongoGridFSFile::write - Writes this file to the filesystem

SYNOPSIS
public int MongoGridFSFile::write NULL ([string $filename])
DESCRIPTION
PARAMETERS
o $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.
EXAMPLES
Example #1 MongoGridFSFile::write example <?php $images = $db->my_db->getGridFS('images'); $image = $images->findOne('jwage.png'); $image->write('/path/to/write/jwage.png'); ?> PHP Documentation Group MONGOGRIDFSFILE.WRITE(3)
Related Man Pages
write(1) - redhat
imagecreatefromxbm(3) - php
imagepng(3) - php
imagecreatefromxpm(3) - php
imagepsloadfont(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch