PHP 7.0.6 Released

Imagick::setFilename

(PECL imagick 2.0.0)

Imagick::setFilenameSets the filename before you read or write the image

Description

bool Imagick::setFilename ( string $filename )

Sets the filename before you read or write an image file.

Parameters

filename

Return Values

Returns TRUE on success.

User Contributed Notes

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