ps_save
PHP function
Edit on GitHub ✎
(PECL ps >= 1.1.0)
Save current context
Description
ps_save(resource $psdoc): bool
Saves the current graphics context, containing colors, translation and rotation settings and some more. A saved context can be restored with ps_restore().
Parameters
psdocResource identifier of the postscript file as returned by
ps_new().
Return Values
Success