Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16261 программист и 1781 робот. Сейчас ищут 1992 программиста ...
Приступая к работе

MongoGridFSFile::write - Writes this file to the filesystem

Вернуться к: MongoGridFSFile

MongoGridFSFile::write

(PECL mongo >=0.9.0)

MongoGridFSFile::writeWrites this file to the filesystem

Описание

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

Список параметров

filename

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

Возвращаемые значения

Returns the number of bytes written.

Примеры

Пример #1 MongoGridFSFile::write() example

<?php

$images 
$db->my_db->getGridFS('images');

$image $images->findOne('jwage.png');
$image->write('/path/to/write/jwage.png');
?>


Вернуться к: MongoGridFSFile

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware