HttpRequest::setBody

(PECL pecl_http >= 1.5.0)

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

Beskrivelse

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

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

Parametre

request_body_data

The request body to overwrite the existing request body with.

Advarsel

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

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Noter

Advarsel

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

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top