Query: ps_restore
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_RESTORE(3) 1 PS_RESTORE(3) ps_restore - Restore previously save contextSYNOPSISbool ps_restore (resource $psdoc)DESCRIPTIONRestores a previously saved graphics context. Any call of ps_save(3) must be accompanied by a call to ps_restore(3). All coordinate trans- formations, line style settings, color settings, etc. are being restored to the state before the call of ps_save(3).PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_save(3). PHP Documentation Group PS_RESTORE(3)