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

search for in the

printer_close> <Printer Funzioni
[edit] Last updated: Fri, 17 May 2013

view this page in

printer_abort

(PECL printer SVN)

printer_abortCancella il file di spool dalla stampante

Descrizione

void printer_abort ( resource $printer_handle )

La funzione cancella lo spool di stampa dalla stampante.

Elenco dei parametri

printer_handle

printer_handle deve essere un handle valido ad una stampante.

Valori restituiti

Nessun valore viene restituito.

Esempi

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 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites