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

search for in the

printer_create_brush> <printer_abort
[edit] Last updated: Fri, 18 May 2012

view this page in

printer_close

(PECL printer SVN)

printer_closeSchließt eine offene Druckerverbindung

Beschreibung

void printer_close ( resource $handle )

Diese Funktion schließt eine offene Druckerverbindung.

handle muss ein gültiger Druckerhandler sein.

Beispiel #1 printer_close() Beispiel

<?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.

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