http_get_request_body_stream
Get request body as stream
Description
resource http_get_request_body_stream
( void
)
This function can only be used once if the request method was another than POST.
Return Values
Returns the raw request body as stream on success or NULL
on failure.
See Also
- http_get_request_body
- http_get_request_headers
- the
HttpResponse class if you are using PHP 5.1.0
and above