printer_write

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

printer_write — Write data to the printer

Описание

bool printer_write ( resource $printer_handle , string $content )

Writes content directly to the printer.

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

printer_handle

printer_handle must be a valid printer handle.

content

The data to be written.

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

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Примеры

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

<?php
$handle 
printer_open();
printer_write($handle"Text to print");
printer_close($handle);
?>

Коментарии

Автор:
To "statline" below:
Please read http://php.net/printer regarding the printer package _not_ being a part of PHP but a PECL extension and only working in a Windows environment.
You need to download and install the php_printer.dll!
2004-09-28 07:47:16
http://php5.kiev.ua/manual/ru/function.printer-write.html

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