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, 24 Jun 2011

view this page in

printer_close

(PECL printer SVN)

printer_closeبستن اتصال باز پرینتر

Description

void printer_close ( resource $printer_handle )

این تابع اتصال پرینتر را می‌بندد. printer_close() زمینه فعال دستگاه را می‌بندد.

Parameters

printer_handle

printer_handle هندل صحیح پرینتر باشد.

Return Values

No value is returned.

Examples

Example #1 مثال 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 | sitemap | contact | advertising | mirror sites