parent root
PHP: Imagick::destroy - Manual

Imagick::destroy

(PECL imagick 2.0.0)

Imagick::destroyDestroys the Imagick object

Description

Imagick::destroy ( void ) : bool

Destroys the Imagick object and frees all resources associated with it. This method is deprecated in favour of Imagick::clear.

Return Values

Returns TRUE on success.

add a noteadd a note

User Contributed Notes

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