Printer Функции
PHP Manual

printer_close

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

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.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.

Примеры

Пример #1 printer_close() example

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


Printer Функции
PHP Manual

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/toplevels/data/www/maripoza.ru/fc7a82cd8e0116192ce432b06b9bd9c9/sape.php on line 219

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/toplevels/data/www/maripoza.ru/fc7a82cd8e0116192ce432b06b9bd9c9/sape.php on line 225