downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

HttpResponse::getRequestBodyStream> <HttpResponse::getLastModified
[edit] Last updated: Thu, 23 May 2013

view this page in

HttpResponse::getRequestBody

(PECL pecl_http >= 0.10.0)

HttpResponse::getRequestBodyGet request body

Description

static string HttpResponse::getRequestBody ( void )

This function is an alias of: http_get_request_body().



add a note add a note User Contributed Notes HttpResponse::getRequestBody - [1 notes]
up
0
osborn dot steven at example dot com
5 years ago
For those of you without the HTTP extension, try:
<?php
  $body
= @file_get_contents('php://input');
?>

 
show source | credits | sitemap | contact | advertising | mirror sites