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

search for in the

printer_create_brush> <printer_abort
Last updated: Fri, 18 Jul 2008

view this page in

printer_close

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

printer_close — Chiude una connessione aperta verso una stampante

Descrizione

void printer_close ( resource $handle )

Questa funzione chiude la connessione verso una stampante. Inoltre, la funzione printer_close() chiude il device context attivo.

Il parametro handle deve indicare un handle valido di stampante.

Example #1 Esempio di utilizzo di printer_close()

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


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

printer_create_brush> <printer_abort
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites