GoLang ps_save

request it (371)
GoLang replacement for PHP's ps_save [edit | history]



Do you know a GoLang replacement for PHP's ps_save? Write it!

PHP ps_save

PHP original manual for ps_save [ show | php.net ]

ps_save

(PECL ps >= 1.1.0)

ps_saveSave current context

Description

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

Parameters

psdoc

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

Return Values

Returns TRUE on success or FALSE on failure.

See Also