imagedashedline
(PHP 3, PHP 4 )
imagedashedline -- Draw a dashed line
Description
int imagedashedline ( resource image, int x1, int y1, int
x2, int y2, int color)
This function is deprecated. Use combination of imagesetstyle()
and imageline() instead.
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.
|