php man page for printer_write

Query: printer_write

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PRINTER_WRITE(3)							 1							  PRINTER_WRITE(3)

printer_write - Write data to the printer

SYNOPSIS
bool printer_write (resource $printer_handle, string $content)
DESCRIPTION
Writes $content directly to the printer.
PARAMETERS
o $printer_handle -$printer_handle must be a valid printer handle. o $content - The data to be written.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 printer_write(3) example <?php $handle = printer_open(); printer_write($handle, "Text to print"); printer_close($handle); ?> PHP Documentation Group PRINTER_WRITE(3)
Related Man Pages
bcompiler_write_function(3) - php
bcompiler_write_footer(3) - php
printer_draw_chord(3) - php
printer_draw_pie(3) - php
rewind(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!