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

search for in the

printer_create_brush> <printer_abort
[edit] Last updated: Fri, 17 May 2013

view this page in

printer_close

(PECL printer SVN)

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

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