Join our community in the tech forums for uncut technology discussion.
printer_abort
(no version information, might be only in CVS) printer_abort -- Deletes the printer's spool file Descriptionvoid printer_abort ( resource handle )
This function deletes the printers spool file.
handle must be a valid handle to a printer.
Example 1. printer_abort() example
<?php $handle = printer_open(); printer_abort($handle); printer_close($handle); ?>
|
|
Join our community in the tech forums for uncut technology discussion.
|