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

源代码在线查看: function.http-get-request-body.html

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

相关代码

												 				  Get request body as string				  				 				 				 http_get_request_body_stream				 http_get_request_headers				 HTTP Functions				 PHP Manual								 				  http_get_request_body				  (PECL pecl_http:0.10.0-1.5.5)http_get_request_body — Get request body as string								 				 				  Description				  				   string http_get_request_body				    ( void				   )								  				   Get the raw request body (e.g. POST or PUT data).				  				  				   This function can not be used after 				   http_get_request_body_stream()				   if the request method was another than POST.				  				 								 				  Parameters				  				  				 								 				  Return Values				  				   Returns the raw request body as string on success or NULL on failure.				  				 												 												 												 												 				  See Also				  				   				    http_get_request_body_stream()				    http_get_request_headers()				    the 				HttpResponse class if you are using PHP 5.1.0				and above				   				  				 																				 http_get_request_body_stream				 http_get_request_headers				 HTTP Functions				 PHP Manual											

相关资源