php man page for printer_abort

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 file

SYNOPSIS
void printer_abort (resource $printer_handle)
DESCRIPTION
This function deletes the printers spool file.
PARAMETERS
o $printer_handle -$printer_handle must be a valid handle to a printer.
RETURN VALUES
No value is returned.
EXAMPLES
Example #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_share_init(3) - php
gzgetss(3) - php
printer_draw_chord(3) - php
printer_draw_rectangle(3) - php
printer_draw_roundrect(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch