|
printer_start_docStart a new document Description
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. Parameters
Return Values
Returns Examples
Example #1 printer_start_doc example
<?php |