略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: PDF_resume_page

2024-05-07

PDF_resume_page

(PECL pdflib >= 2.0.0)

PDF_resume_pageResume page

说明

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

Resumes a page to add more content to it.

add a note add a note

User Contributed Notes 1 note

up
0
Anonymous
6 years ago
For those trying to figure out how on earth to use this function:

<?php
PDF_suspend_page
($pdf, '');
PDF_resume_page($pdf, 'pagenumber=1');
?>

官方地址:https://www.php.net/manual/en/function.pdf-resume-page.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3