Printer 函数
PHP 手册

printer_end_page

(PECL printer CVS)

printer_end_pageClose active page

说明

bool printer_end_page ( resource $printer_handle )

The function closes the active page in the active document. For an example see printer_start_doc().

参数

printer_handle

printer_handle must be a valid handle to a printer.

返回值

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


Printer 函数
PHP 手册