PDF_close_pdi

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_close_pdiClose the input PDF document [deprecated]

Opis

PDF_close_pdi ( resource $p , int $doc ) : bool

Closes all open page handles, and closes the input PDF document. Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

This function is deprecated since PDFlib version 7, use PDF_close_pdi_document() instead.

add a note add a note

User Contributed Notes

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