printer_open

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

printer_open — Opens a connection to a printer

Описание

resource printer_open ([ string $printername ] )

This function tries to open a connection to the given printer.

printer_open() also starts a device context.

Список параметров

printername

The printer name. If no parameter was given it tries to open a connection to the default printer (if not specified in php.ini as printer.default_printer, PHP tries to detect it).

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

Returns a printer handle on success or FALSE on failure.

Примеры

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

<?php
$handle 
printer_open("HP Deskjet 930c");
$handle printer_open();
?>

Коментарии

Автор:
This function may also return NULL on failure, instead of FALSE.
2005-03-29 17:39:17
http://php5.kiev.ua/manual/ru/function.printer-open.html

    Поддержать сайт на родительском проекте КГБ