PDF 函数
PHP 手册

PDF_begin_page

(PHP 4, PECL pdflib >= 1.0.0)

PDF_begin_pageStart new page [deprecated]

说明

bool PDF_begin_page ( resource $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.


PDF 函数
PHP 手册