php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.printer-get-option.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Retrieve printer configuration data				  				 				 				 printer_end_page				 printer_list				 Printer Functions				 PHP Manual								 				  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);?>												    								   				  				 								 								 printer_end_page				 printer_list				 Printer Functions				 PHP Manual											

相关资源