示例#1
0
文件: PDML.php 项目: dmnc/pdml
 function _endpage()
 {
     if ($this->angle != 0) {
         $this->angle = 0;
         $this->_out('Q');
     }
     parent::_endpage();
 }