MongoGridFSFile::write(PECL mongo >=0.9.0) MongoGridFSFile::write — Writes this file to the filesystem Описание
public int MongoGridFSFile::write
([ string $filename = NULL
] )
Список параметров
Возвращаемые значенияReturns the number of bytes written. ПримерыПример #1 MongoGridFSFile::write() example
<?php |
||