©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PECL pecl_http >= 0.22.0)
http_get_request_body_stream — Get request body as stream
Create a stream to read the raw request body (e.g. POST or PUT data).
This function can only be used once if the request method was another than POST.
Returns the raw request body as stream on success or NULL
on failure.
[#1] david at sickmiller dot com [2007-12-01 19:31:17]
Like php://input, http_get_request_body_stream() doesn't seem to work with enctype="multipart/form-data".