PHP Doku:: Closes image and frees memory - function.ps-close-image.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPostScript document creationPS Funktionenps_close_image

Ein Service von Reinhard Neidl - Webprogrammierung.

PS Funktionen

<<ps_clip

ps_close>>

ps_close_image

(PECL ps >= 1.1.0)

ps_close_imageCloses image and frees memory

Beschreibung

void ps_close_image ( resource $psdoc , int $imageid )

Closes an image and frees its resources. Once an image is closed it cannot be used anymore.

Parameter-Liste

psdoc

Resource identifier of the postscript file as returned by ps_new().

imageid

Resource identifier of the image as returned by ps_open_image() or ps_open_image_file().

Rückgabewerte

Returns NULL on successIm Fehlerfall wird FALSE zurückgegeben..

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)