Printer 函数
PHP 手册

printer_end_doc

(PECL printer CVS)

printer_end_docClose document

说明

bool printer_end_doc ( resource $printer_handle )

Closes a new document in the printer spooler. The document is now ready for printing. For an example see printer_start_doc().

参数

printer_handle

printer_handle must be a valid handle to a printer.

返回值

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


Printer 函数
PHP 手册