• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • PDF_resume_page()

    (PECL pdflib >= 2.0.0)

    Resume page

    说明

    PDF_resume_page(resource $pdfdoc,string $optlist): bool

    Resumes a page to add more content to it.

    For those trying to figure out how on earth to use this function:
    <?php
    PDF_suspend_page($pdf, '');
    PDF_resume_page($pdf, 'pagenumber=1');
    ?>
    

    上篇:PDF_restore()

    下篇:PDF_rotate()