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

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

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

相关代码

												 				  Get response header(s)				  				 				 				 HttpRequest::getResponseData				 HttpRequest::getResponseInfo				 The HttpRequest				 PHP Manual								 				  HttpRequest::getResponseHeader				  (PECL pecl_http:0.10.0-1.5.5)HttpRequest::getResponseHeader — Get response header(s)								 				 				  Description				  				   public				   mixed HttpRequest::getResponseHeader				    ([ string $name				  ] )												  				   Get response header(s) after the request has been sent.				  				  				   If redirects were allowed and several responses were received, the data 				   references the last received response.				  								 								 				  Parameters				  				   								    								     name												     								      				       header to read; if empty, all response headers will be returned				      				     								    								   								  				 								 				  Return Values				  				   Returns either a string with the value of the header matching name if requested, 				   FALSE on failure, or an associative array containing all response headers.				  				 												 												 												 												 																 HttpRequest::getResponseData				 HttpRequest::getResponseInfo				 The HttpRequest				 PHP Manual											

相关资源