Gmagick::destroy
PHP Manual
PHP Manual»Gmagick»Gmagick::destroy

Gmagick::destroy

(PECL gmagick >= Unknown)

Gmagick::destroyThe destroy purpose

Description

public function Gmagick::destroy(): bool

Destroys the Gmagick object and frees all resources associated with it

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

Errors/Exceptions

Throws an GmagickException on error.

To Top