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

Gmagick::destroy

(PECL gmagick >= Unknown)

Gmagick::destroyThe destroy purpose

Descrizione

public function Gmagick::destroy(): bool

Destroys the Gmagick object and frees all resources associated with it

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Errori/Eccezioni

Throws an GmagickException on error.

To Top