(PHP 3>= 3.0.6, PHP 4 )
Funkce pdf_restore() function restores the environment saved with pdf_save(). It works like the postscript command grestore.
Příklad 1. Save and Restore
<?php pdf_save($pdf); // do all kinds of rotations, transformations, ... pdf_restore($pdf) ?>
Viz také pdf_save().