HttpMessage
在线手册:中文  英文

HttpMessage::setBody

(PECL pecl_http >= 0.14.0)

HttpMessage::setBodySet message body

说明

public void HttpMessage::setBody ( string $body )

Set the body of the HttpMessage.

Note:

Don't forget to update any headers accordingly.

参数

body

the new body of the message


HttpMessage
在线手册:中文  英文
易百教程