ps_save

(PECL)

ps_save -- Save current context

Descrição

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

Parâmetros

psdoc

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

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

ps_restore()