Printer 函数
PHP Manual

printer_end_page

(PECL printer SVN)

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 Manual