Query: ps_close_image
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_CLOSE_IMAGE(3) 1 PS_CLOSE_IMAGE(3) ps_close_image - Closes image and frees memorySYNOPSISvoid ps_close_image (resource $psdoc, int $imageid)DESCRIPTIONCloses an image and frees its resources. Once an image is closed it cannot be used anymore.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $imageid - Resource identifier of the image as returned by ps_open_image(3) or ps_open_image_file(3).RETURN VALUESReturns NULL on success or FALSE on failure.SEE ALSOps_open_image(3), ps_open_image_file(3). PHP Documentation Group PS_CLOSE_IMAGE(3)
Related Man Pages |
---|
ps_add_weblink(3) - php |
ps_hyphenate(3) - php |
ps_lineto(3) - php |
ps_set_text_pos(3) - php |
ps_setcolor(3) - php |