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

search for in the

printer_close> <プリンタ 関数
Last updated: Fri, 10 Oct 2008

view this page in

printer_abort

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

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

説明

void printer_abort ( resource $printer_handle )

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

パラメータ

printer_handle

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

返り値

値を返しません。

例1 printer_abort() の例

<?php
$handle 
printer_open();
printer_abort($handle);
printer_close($handle);
?>



add a note add a note User Contributed Notes
printer_abort
There are no user contributed notes for this page.

printer_close> <プリンタ 関数
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites