imagedestroy

(PHP 3, PHP 4, PHP 5)

imagedestroy -- Destroy an image

Descrizione

bool imagedestroy ( resource image )

imagedestroy() frees any memory associated with image image.

Elenco dei parametri

image

An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.