Forum und email
ps_save

ps_save

(PECL)

ps_save -- Save current context

Popis

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().

Seznam parametrů

psdoc

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

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.

Viz také

ps_restore()