Printer Funkcje
PHP Manual

printer_close

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

printer_closeClose an open printer connection

Opis

void printer_close ( resource $printer_handle )

This function closes the printer connection. printer_close() also closes the active device context.

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_close() example

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


Printer Funkcje
PHP Manual