Printer 函数
PHP 手册

printer_start_page

(PECL printer CVS)

printer_start_pageStart a new page

说明

bool printer_start_page ( resource $printer_handle )

The function creates a new page in the active document. For an example see printer_start_doc().

参数

printer_handle

printer_handle must be a valid printer handle.

返回值

如果成功则返回 TRUE,失败则返回 FALSE


Printer 函数
PHP 手册