(PECL pecl_http >= 0.12.0)
HttpResponse::setHeader — Set header
Send an HTTP header.
namethe name of the header
valuethe value of the header; if not set, no header with this name will be sent
replacewhether an existing header should be replaced
成功时返回 TRUE, 或者在失败时返回 FALSE。