(PECL pecl_http >= 1.5.0)
HttpRequest::setBody — Set request body to send, overwriting previously set request body.
$request_body_data
] )Set request body to send, overwriting previously set request body.
request_body_data
The request body to overwrite the existing request body with.
Ensure that a Content-Type is specified in the request body.
성공 시 TRUE
를, 실패 시 FALSE
를 반환합니다.
This method was previously available as HttpRequest::setRawPostData().