PHP 函数:PDF_close()

关闭 PDF 档。

语法: boolean pdf_close(int pdfid);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明
本函数用来关闭 PDF 文件。参数 pdfid 为 PDF 文件代码。成功则返回 true 值。