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, 25 May 2012

view this page in

printer_close

(PECL printer SVN)

printer_closeプリンタへの接続を閉じる

説明

void printer_close ( resource $printer_handle )

この関数は、プリンタへの接続をクローズします。 printer_close() は、アクティブな デバイスコンテキストもクローズします。

パラメータ

printer_handle

printer_handle には、プリンタへの有効なハンドルを指定する必要があります。

返り値

値を返しません。

例1 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.

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