PDF_close

(PHP 4, PECL pdflib >= 1.0.0)

PDF_closeClose pdf resource [deprecated]

Опис

bool PDF_close ( resource $p )

Closes the generated PDF file, and frees all document-related resources. Повертає TRUE в успішному випадку або FALSE в разі помилки.

This function is deprecated since PDFlib version 6, use PDF_end_document() instead.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top