PHP 函数:ImageDestroy()

结束图形。

语法: int imagedestroy(int im);

返回值: 整数

函数种类: 图形处理

内容说明
本函数将图片 handle 解构,释于内存空间。参数 im 为 ImageCreate() 所建立的图片 handle。