downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<printer_logical_fontheightprinter_select_brush>
Last updated: Thu, 26 Jun 2008

printer_open

(No version information available, might be only in CVS)

printer_open — Opens a connection to a printer

Description

resource printer_open ([ string $printername ] )

This function tries to open a connection to the given printer.

printer_open() also starts a device context.

Parameters

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() example

<?php
$handle
= printer_open("HP Deskjet 930c");
$handle = printer_open();
?>



add a noteadd a note User Contributed Notes
Opens a connection to a printer
There are no user contributed notes for this page.




<printer_logical_fontheightprinter_select_brush>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs