pdf_get_minorversion

(PHP 4 >= 4.2.0, PECL)

pdf_get_minorversion --  Returns the minor version number of the PDFlib

Description

int pdf_get_minorversion ( void )

Returns the minor version number of the PDFlib.

See also pdf_get_majorversion().


add a note add a note User Contributed Notes
brianray
17-Apr-2004 02:29
Deprecated, use int PDF_get_value(resource pdfdoc,'minor',0) instead.