Imagick::writeImageFile

(No version information available, might only be in Git)

Imagick::writeImageFileWrites 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 в разі успіху.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top