PHP Doku:: Get request body - function.httpresponse-getrequestbody.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPThe HttpResponseHttpResponse::getRequestBody

Ein Service von Reinhard Neidl - Webprogrammierung.

The HttpResponse

<<HttpResponse::getLastModified

HttpResponse::getRequestBodyStream>>

HttpResponse::getRequestBody

(PECL pecl_http >= 0.10.0)

HttpResponse::getRequestBodyGet request body

Beschreibung

static string HttpResponse::getRequestBody ( void )

Diese Funktion ist ein Alias für: http_get_request_body().


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
osborn dot steven at example dot com
23.08.2007 18:03
For those of you without the HTTP extension, try:
<?php
  $body
= @file_get_contents('php://input');
?>



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)