For those of you without the HTTP extension, try:
<?php
$body = @file_get_contents('php://input');
?>
HttpResponse::getRequestBody
(PECL pecl_http >= 0.10.0)
HttpResponse::getRequestBody — Get request body
Opis
static
string HttpResponse::getRequestBody
( void
)
Ta funkcja jest aliasem dla: http_get_request_body().
osborn dot steven at example dot com
23-Aug-2007 09:03
