downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

printer_close> <Printer Functions
Last updated: Fri, 20 Nov 2009

view this page in

printer_abort

(PECL printer SVN)

printer_abortDeletes the printer's spool file

Description

void printer_abort ( resource $printer_handle )

This function deletes the printers spool file.

Parameters

printer_handle

printer_handle must be a valid handle to a printer.

Return Values

No value is returned.

Examples

Example #1 printer_abort() example

<?php
$handle 
printer_open();
printer_abort($handle);
printer_close($handle);
?>



add a note add a note User Contributed Notes
printer_abort
There are no user contributed notes for this page.

printer_close> <Printer Functions
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites