ps_save

(PECL)

ps_save -- Save current context

Descrizione

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

Elenco dei parametri

psdoc

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

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:

ps_restore()