Forum und email

Imagick::writeImage

(PECL imagick:0.9-0.9.9)

Imagick::writeImage — Writes an image to the specified filename

說明

bool Imagick::writeImage ([ string $filename ] )
Warning

此函式目前沒有參考文件;只有引數列表。

Warning

本函式是實驗性的。這個函式的行為、名稱、和關於此函式的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此函式需自行承擔風險。

Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Imagick::ReadImage() or Imagick::SetImageFilename().

參數

filename

Return值

Returns TRUE on success.