PHP 8.3.4 Released!

Imagick::destroy

(PECL imagick 2, PECL imagick 3)

Imagick::destroyDestroys the Imagick object

Descrição

public Imagick::destroy(): bool

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna true em caso de sucesso.

add a note

User Contributed Notes

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