Printer Funkcje
PHP Manual

printer_abort

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

printer_abortDeletes the printer's spool file

Opis

void printer_abort ( resource $printer_handle )

This function deletes the printers spool file.

Parametry

printer_handle

printer_handle must be a valid handle to a printer.

Zwracane wartości

żadna wartość nie jest zwracana.

Przykłady

Example #1 printer_abort() example

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


Printer Funkcje
PHP Manual