PHP. Руководство по PHP. 2005
printer_abort
printer_abort
(PECL)printer_abort -- Deletes the printer's spool file
Description
void printer_abort (resource handle)
This function deletes the printers spool file.
handle must be a valid handle to a printer.
Пример 1. printer_abort() example <?
$handle = printer_open();
printer_abort($handle);
printer_close($handle);
?>
Printer Functions
printer_close