Google

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

printer_abort

(no version information, might be only in CVS)

printer_abort -- プリンタのスプールファイルを削除する

説明

void printer_abort ( resource handle)

この関数は、プリンタのスプールファイルを削除します。

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

例 1printer_abort() の例

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