Query: printer_abort
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PRINTER_ABORT(3) 1 PRINTER_ABORT(3) printer_abort - Deletes the printer's spool fileSYNOPSISvoid printer_abort (resource $printer_handle)DESCRIPTIONThis function deletes the printers spool file.PARAMETERSo $printer_handle -$printer_handle must be a valid handle to a printer.RETURN VALUESNo value is returned.EXAMPLESExample #1 printer_abort(3) example <?php $handle = printer_open(); printer_abort($handle); printer_close($handle); ?> PHP Documentation Group PRINTER_ABORT(3)
| Related Man Pages |
|---|
| curl_reset(3) - php |
| mqseries_close(3) - php |
| printer_draw_chord(3) - php |
| printer_draw_pie(3) - php |
| printer_set_option(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| UNIX.COM 2017 Year End Summary |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| New Code Tags (Syntax Highlighting) |
| Status of UNIX.COM Forum Transformation |
| Denial Of Service Attack Update |