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 Funktionen
Last updated: Fri, 30 Oct 2009

view this page in

printer_abort

(PECL printer SVN)

printer_abortLöscht den Druckauftrag des Druckers

Beschreibung

void printer_abort ( resource $handle )

Diese Funktion löscht den Druckauftrag des Druckers.

handle muss ein gültiger Druckerhandler sein.

Beispiel #1 printer_abort() Beispiel

<?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 Funktionen
Last updated: Fri, 30 Oct 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites