useful recursive PHP functions

recursively ...

PHP Manual for

imagedestroy

(PHP 3, PHP 4 )

imagedestroy -- Destroy an image

Description

int imagedestroy ( resource image)

imagedestroy() frees any memory associated with image image . image is the image identifier returned by the imagecreate() function.

© 2012 lixlpixel