ps_save

(PECL)

ps_save -- Save current context

Beschreibung

bool ps_save ( resource psdoc )

Saves the current graphics context, containing colors, translation and rotation settings and some more. A saved context can be restored with ps_restore().

Parameter Liste

psdoc

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

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch

ps_restore()