Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18566 программистов и 1738 роботов. Сейчас ищут 1543 программиста ...
Imagick::writeImageFile - Writes an image to a filehandle
Вернуться к: Imagick
Imagick::writeImageFile
(Информация о версии неизвестна, возможно, только в SVN)
Imagick::writeImageFile — Writes an image to a filehandle
Описание
bool Imagick::writeImageFile
( resource
$filehandle
)Writes the image sequence to an open filehandle. The handle must be opened with for example fopen. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.3.6 или старше.
Список параметров
-
filehandle
-
Filehandle where to write the image
Возвращаемые значения
В случае успешной работы возвращает TRUE
.
Вернуться к: Imagick