Imagick::destroy

(PECL imagick 2, PECL imagick 3)

Imagick::destroyDestroys the Imagick object

Description

public Imagick::destroy(): bool

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

Parameters

This function has no parameters.

Return Values

Returns true on success.

add a note add a note

User Contributed Notes

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