printer_abort
printer_abort — プリンタのスプールファイルを削除する
説明
void printer_abort ( resource handle )この関数は、プリンタのスプールファイルを削除します。
handle には、プリンタへの有効なハンドルを 指定する必要があります。
例 1850. printer_abort() の例
<?php
$handle = printer_open();
printer_abort($handle);
printer_close($handle);
?>
Weblioに収録されているすべての辞書からprinter_abortを検索する場合は、下記のリンクをクリックしてください。

- printer_abortのページへのリンク