(PHP 4, PHP 5, PHP 7)
Destroy an image
bool imagedestroy ( resource $image )
imagedestroy() frees any memory associated with image image.
Parameters:
image
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
Returns:
Returns TRUE on success or FALSE on failure.