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 printerSYNOPSISbool printer_write (resource $printer_handle, string $content)DESCRIPTIONWrites $content directly to the printer.PARAMETERSo $printer_handle -$printer_handle must be a valid printer handle. o $content - The data to be written.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #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_functions_from_file(3) - php |
printer_draw_elipse(3) - php |
printer_draw_rectangle(3) - php |
printer_set_option(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |