Printer Функции
PHP Manual

printer_close

(PECL printer SVN)

printer_closeClose an open printer connection

Описание

void printer_close ( resource $printer_handle )

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

Параметри

printer_handle

printer_handle must be a valid handle to a printer.

Връщани стойности

Няма връщана стойност.

Примери

Example #1 printer_close() example

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


Printer Функции
PHP Manual