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

search for in the

printer_close> <Funções da Printer
[edit] Last updated: Fri, 17 May 2013

view this page in

printer_abort

(PECL printer SVN)

printer_abortExclui o arquivo de impressão

Descrição

void printer_abort ( resource $handle )

Esta função exclui o arquivo de impressão.

handle deve ser um manipulador válido para uma impressora.

Exemplo #1 Exemplo printer_abort()

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


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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites