Query: printer_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PRINTER_CLOSE(3) 1 PRINTER_CLOSE(3) printer_close - Close an open printer connectionSYNOPSISvoid printer_close (resource $printer_handle)DESCRIPTIONThis function closes the printer connection. printer_close(3) also closes the active device context.PARAMETERSo $printer_handle -$printer_handle must be a valid handle to a printer.RETURN VALUESNo value is returned.EXAMPLESExample #1 printer_close(3) example <?php $handle = printer_open(); printer_close($handle); ?> PHP Documentation Group PRINTER_CLOSE(3)
Related Man Pages |
---|
cubrid_close_request(3) - php |
hash_update_stream(3) - php |
pg_close(3) - php |
printer_draw_roundrect(3) - php |
printer_select_brush(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |