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 |
---|
printer_draw_chord(3) - php |
printer_draw_pie(3) - php |
printer_draw_rectangle(3) - php |
rewind(3) - php |
xmlwriter_write_element_ns(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
Denial Of Service Attack Update |
Please Welcome Nicki Paul to the Moderator Team! |