(No version information available, might be only in CVS)
printer_abort — Deletes the printer's spool file
This function deletes the printers spool file.
printer_handle must be a valid handle to a printer.
Эта функция не возвращает значения после выполнения.
Example#1 printer_abort() example
<?php
$handle = printer_open();
printer_abort($handle);
printer_close($handle);
?>