|
PHP5中文手册
printer_start_doc(No version information available, might be only in CVS) printer_start_doc — Start a new document 说明
bool printer_start_doc
( resource $printer_handle
[, string $document
] )
The function creates a new document in the printer spooler. A document can contain multiple pages, it's used to schedule the print job in the spooler. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 printer_start_doc() example
<?php |