HttpRequest
PHP Manual

HttpRequest::setBody

(PECL pecl_http >= 1.5.0)

HttpRequest::setBodySet request body to send, overwriting previously set request body.

Opis

bool HttpRequest::setBody ([ string $request_body_data ] )

Set request body to send, overwriting previously set request body.

Parametry

request_body_data

The request body to overwrite the existing request body with.

Uwaga

Ensure that a Content-Type is specified in the request body.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Notatki

Uwaga

This method was previously available as HttpRequest::setRawPostData().

Zobacz też:


HttpRequest
PHP Manual