PHP 7.0.6 Released

Imagick::destroy

(PECL imagick 2.0.0)

Imagick::destroyDestroys the Imagick object

Description

bool Imagick::destroy ( void )

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.

User Contributed Notes

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