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

search for in the

HttpResponse::getRequestBodyStream> <HttpResponse::getLastModified
Last updated: Fri, 24 Sep 2010

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
osborn dot steven at example dot com
23-Aug-2007 06:03
For those of you without the HTTP extension, try:
<?php
  $body
= @file_get_contents('php://input');
?>

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