PHP
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, 26 Dec 2008

view this page in

HttpResponse::getRequestBody

(No version information available, might be only in CVS)

HttpResponse::getRequestBodyRécupère le corps de la demande

Description

static string HttpResponse::getRequestBody ( void )

Cette fonction est un alias de : 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