php man page for printer_open

Query: printer_open

OS: php

Section: 3

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

PRINTER_OPEN(3) 							 1							   PRINTER_OPEN(3)

printer_open - Opens a connection to a printer

SYNOPSIS
resource printer_open ([string $printername])
DESCRIPTION
This function tries to open a connection to the given printer. printer_open(3) also starts a device context.
PARAMETERS
o $printername - The printer name. If no parameter was given it tries to open a connection to the default printer (if not specified in php.ini as printer.default_printer, PHP tries to detect it).
RETURN VALUES
Returns a printer handle on success or FALSE on failure.
EXAMPLES
Example #1 printer_open(3) example <?php $handle = printer_open("HP Deskjet 930c"); $handle = printer_open(); ?> PHP Documentation Group PRINTER_OPEN(3)
Related Man Pages
xlsfonts(1) - suse
tsm.lpadmin(1m) - hpux
printer_draw_rectangle(3) - php
printer_draw_roundrect(3) - php
xplsprinters(1x) - x11r4
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch