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 — Récupère le corps de la demande
Description
static
string HttpResponse::getRequestBody
( void
)
Cette fonction est un alias de : http_get_request_body().
osborn dot steven at example dot com
23-Aug-2007 09:03
