企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# Class **Phalcon\Http\Response\Headers**[](# "永久链接至标题") *implements*[*Phalcon\Http\Response\HeadersInterface*](#) This class is a bag to manage the response headers ### Methods[](# "永久链接至标题") public **set** (*string* $name, *string* $value) Sets a header to be sent at the end of the request public *string***get** (*string* $name) Gets a header value from the internal bag public **setRaw** (*string* $header) Sets a raw header to be sent at the end of the request public **remove** (*unknown* $header) Removes a header to be sent at the end of the request public **send** () Sends the headers to the client public **reset** () Reset set headers public **toArray** () Returns the current headers as an array public static **__set_state** (*unknown* $data) Restore a Phalcon\Http\Response\Headers object | - [索引](# "总目录") - [下一页](# "Class Phalcon\Image") | - [上一页](# "Class Phalcon\Http\Response\Exception") | - [API Indice](#) »