(PHP 3>= 3.0.6, PHP 4 >= 4.0.0)
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().