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

源代码在线查看: function.ps-set-border-color.html

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

相关代码

												 				  Sets color of border for annotations				  				 				 				 ps_scale				 ps_set_border_dash				 PS Functions				 PHP Manual								 				  ps_set_border_color				  (PECL ps:1.1.0-1.3.5)ps_set_border_color — Sets color of border for annotations								 								 				  Description				  				   bool ps_set_border_color				    ( resource $psdoc				   , float $red				   , float $green				   , float $blue				   )								  				   Links added with one of the functions ps_add_weblink(),				   ps_add_pdflink(), etc. will be displayed with a				   surounded rectangle when the postscript document is converted to				   pdf and viewed in a pdf viewer. This rectangle is not visible in				   the postscript document.				   This function sets the color of the rectangle's border line.				  				 												 				  Parameters				  				   								    								     psdoc												     								      				       Resource identifier of the postscript file				       as returned by ps_new().				      				     								    								    								     red												     								      				       The red component of the border color.				      				     								    								    								     green												     								      				       The green component of the border color.				      				     								    								    								     blue												     								      				       The blue component of the border color.				      				     								    								   								  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 												 				  See Also				  				   				    ps_set_border_dash()				    ps_set_border_style()				   				  				 												 ps_scale				 ps_set_border_dash				 PS Functions				 PHP Manual											

相关资源