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

search for in the

printer_create_brush> <printer_abort
Last updated: Fri, 10 Oct 2008

view this page in

printer_close

(No version information available, might be only in CVS)

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.

printer_create_brush> <printer_abort
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites