Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18566 программистов и 1738 роботов. Сейчас ищут 1543 программиста ...
Gmagick::write - Writes an image to the specified filename
Вернуться к: Gmagick
Gmagick::write
(PECL gmagick >= Unknown)
Gmagick::write — Writes an image to the specified filename
Описание
public void Gmagick::write
( string
$filename
)Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Gmagick::ReadImage() or Gmagick::SetImageFilename().
Список параметров
-
filename
-
The image filename.
Возвращаемые значения
The Gmagick object
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick