(PHP 4, PECL pdflib >= 1.0.0)
PDF_begin_page — Start new page [deprecated]
$pdfdoc
, float $width
, float $height
)
Adds a new page to the document. 成功时返回 TRUE
, 或者在失败时返回 FALSE
。
This function is deprecated since PDFlib version 6, use PDF_begin_page_ext() instead.