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

源代码在线查看: function.httprequest-addpostfile.html

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

相关代码

												 				  Add post file				  				 				 				 HttpRequest::addPostFields				 HttpRequest::addPutData				 The HttpRequest				 PHP Manual								 				  HttpRequest::addPostFile				  (PECL pecl_http:0.10.0-1.5.5)HttpRequest::addPostFile — Add post file								 				 				  Description				  				   public				   bool HttpRequest::addPostFile				    ( string $name				   , string $file				   [, string $content_type = 'application/x-octetstream'				  ] )												  				   Add a file to the POST request, leaving previously set files unchanged.				  				  				   Affects only POST and custom requests. Cannot be used with raw post data.				  								 								 				  Parameters				  				   								    								     name												     								      				       the form element name				      				     								    								    								     file												     								      				       the path to the file				      				     								    								    								     content_type												     								      				       the content type of the file				      				     								    								   								  				 								 				  Return Values				  				   Returns TRUE on success, or FALSE if the content type seems not to contain a 				   primary and a secondary content type part.				  				 												 												 												 												 																 HttpRequest::addPostFields				 HttpRequest::addPutData				 The HttpRequest				 PHP Manual											

相关资源