PHP 8.4.0 RC4 available for testing

Imagick::clear

(PECL imagick 2, PECL imagick 3)

Imagick::clearClears all resources associated to Imagick object

Descrizione

public Imagick::clear(): bool

Clears all resources associated to Imagick object

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo.

add a note

User Contributed Notes 1 note

up
20
kd0bpv at gmail dot com
10 years ago
Imagick::destroy() has been deprecated in favor of Imagick::clear().
To Top