- PHP 手册
- 函数参考
- 非文本内容的 MIME 输出
- PDF 函数
PDF_close_pdi
(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
PDF_close_pdi — Close the input PDF document [deprecated]
说明
PDF_close_pdi ( resource$p
, int $doc
) : bool
Closes all open page handles, and closes the input PDF document. 成功时返回 TRUE
, 或者在失败时返回 FALSE
。
This function is deprecated since PDFlib version 7, use PDF_close_pdi_document() instead.
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.pdf-close-pdi.php