Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

printer_close

(no version information, might be only in CVS)

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

説明

void printer_close ( resource handle)

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

handle は、プリンタへの有効なハンドルである必要があります。

例 1printer_close() の例

$handle = printer_open();
printer_close($handle);