The Server Pages
:: TSP Menu
- Home
- Authors
- Glossary
- RSS Feed

:: Servers
- CPanel
- Hosting
- Linux
- Windows

:: Webmaster
- Databases
- Design
- PHP
- Search Engines

:: Scripts
- Scripts

:: Documentation
- PHP Manual

:: Other
- Errors & Solutions
- TechPunt
- Wojjie

search for in the

printer_list> <printer_end_page
[edit] Last updated: Sat, 12 May 2012

view this page in

printer_get_option

(PECL printer SVN)

printer_get_optionRetrieve 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($handlePRINTER_DRIVERVERSION);
printer_close($handle);
?>



add a note add a note User Contributed Notes printer_get_option
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites