PDF_get_majorversion

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

PDF_get_majorversionGet major version number [deprecated]

설명

int PDF_get_majorversion ( void )

This function is deprecated since PDFlib version 5, use PDF_get_value() with the parameter major instead.

add a note add a note

User Contributed Notes 1 note

up
0
brianray
19 years ago
Deprecated, use int PDF_get_value(resource pdfdoc,'major',0) instead.
To Top