HttpResponse::getRequestBody

(PECL pecl_http >= 0.10.0)

HttpResponse::getRequestBodyGet request body

Описание

static string HttpResponse::getRequestBody ( void )

Эта функция является псевдонимом: http_get_request_body().

[an error occurred while processing the directive]

Коментарии

For those of you without the HTTP extension, try:
<?php
  $body 
= @file_get_contents('php://input'); 
?>
2007-08-23 12:03:31
http://php5.kiev.ua/manual/ru/httpresponse.getrequestbody.html

    Поддержать сайт на родительском проекте КГБ