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, 26 Apr 2013

view this page in

printer_close

(PECL printer SVN)

printer_closeClose an open printer connection

Description

void printer_close ( resource $printer_handle )

This function closes the printer connection. printer_close() also closes the active device context.

Parameters

printer_handle

printer_handle must be a valid handle to a printer.

Return Values

No value is returned.

Examples

Example #1 printer_close() example

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