Forum und email

imagedestroy

(PHP 4, PHP 5)

imagedestroy — Destroy an image

Popis

bool imagedestroy ( resource $image )

imagedestroy() frees any memory associated with image image .

Parametre

image

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

Vrátené hodnoty

Vracia TRUE pri úspechu alebe FALSE pri chybe.