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

<printer_end_pageprinter_list>
Last updated: Thu, 26 Jun 2008

printer_get_option

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

printer_get_option — Retrieve printer configuration data

Description

mixed printer_get_option ( resource $printer_handle , string $option )

The function retrieves the configuration setting of option .

Parameters

printer_handle

printer_handle must be a valid handle to a printer.

option

Take a look at printer_set_option() for the settings that can be retrieved, additionally the following settings can be retrieved:

  • PRINTER_DEVICENAME returns the devicename of the printer.
  • PRINTER_DRIVERVERSION returns the printer driver version.

Return Values

Returns the value of option .

Examples

Example #1 printer_get_option() example

<?php
$handle
= printer_open();
echo
printer_get_option($handle, PRINTER_DRIVERVERSION);
printer_close($handle);
?>



add a noteadd a note User Contributed Notes
Retrieve printer configuration data
There are no user contributed notes for this page.




<printer_end_pageprinter_list>
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