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

search for in the

printer_close> <Printer Funzioni
Last updated: Fri, 18 Jul 2008

view this page in

printer_abort

(No version information available, might be only in CVS)

printer_abort — Cancella il file di spool dalla stampante

Descrizione

void printer_abort ( resource $handle )

La funzione cancella lo spool di stampa dalla stampante.

Il parametro handle deve indicare un handle valido di stampante.

Example #1 Esempio di utilizzo di printer_abort()

<?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 Funzioni
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites