Forum und email
imagedestroy

imagedestroy

(PHP 3, PHP 4, PHP 5)

imagedestroy -- Destroy an image

Popis

bool imagedestroy ( resource image )

imagedestroy() frees any memory associated with image image.

Seznam parametrů

image

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

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.