printer_get_option()
printer_get_option - Retrieve printer configuration data
Syntax
mixed printer_get_option (
resource $printer_handle,
string $option)
Arguments
- 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.
Description
The function retrieves the configuration setting of option.
Version
PHP PECL printer SVN
Return value
Returns the value of option.