http_get_request_body()
http_get_request_body - Get request body as string
Syntax
string http_get_request_body ()
Arguments
-
Description
Get the raw request body (e.g. POST or PUT data).
Version
PHP PECL pecl_http >= 0.10.0
Return value
Returns the raw request body as string on success or NULL on failure.