contents   index   previous   next



GD destroy()

syntax:

gd.destroy()

return:

void.

 

description:

This method cleans up all the memory associated with this GD object. Once it has been called, the object is no longer valid.

 

see:

#link <gd>

 

 


GD fill()