(no version information, might be only in CVS)
この関数は、プリンタのスプールファイルを削除します。
handle には、プリンタへの有効なハンドルを 指定する必要があります。
例 1printer_abort() の例
$handle = printer_open(); printer_abort($handle); printer_close($handle);