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 wird FALSE zurückgegeben.

Siehe auch

  • ps_restore