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
[edit] Last updated: Fri, 23 Mar 2012

view this page in

HttpResponse::getRequestBody

(PECL pecl_http >= 0.10.0)

HttpResponse::getRequestBodyGet request body

Opis

static string HttpResponse::getRequestBody ( void )

Ta funkcja jest aliasem dla: 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 09:03
For those of you without the HTTP extension, try:
<?php
  $body
= @file_get_contents('php://input');
?>

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