PHP printer_abort function
Like this blog? Consider exploring one of our sponsored banner ads...
printer_abort
(PECL)
printer_abort — Deletes the printer’s spool fileDescriptionvoid 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
$handle = printer_open(); printer_abort($handle); printer_close($handle);
About this entry
You’re currently reading “PHP printer_abort function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]