# ZM\Http\Response ## initHeader ```php public function initHeader(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## status ```php public function status(mixed $http_code, mixed $reason, mixed $params): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | http_code | mixed | | | reason | mixed | | | params | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## setStatusCode ```php public function setStatusCode(mixed $http_code, mixed $reason, mixed $params): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | http_code | mixed | | | reason | mixed | | | params | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## header ```php public function header(mixed $key, mixed $value, mixed $ucwords): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | key | mixed | | | value | mixed | | | ucwords | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## setHeader ```php public function setHeader(mixed $key, mixed $value, mixed $ucwords): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | key | mixed | | | value | mixed | | | ucwords | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## trailer ```php public function trailer(mixed $key, mixed $value): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | key | mixed | | | value | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## ping ```php public function ping(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## write ```php public function write(mixed $content): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | content | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## end ```php public function end(mixed $content): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | content | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## sendfile ```php public function sendfile(mixed $filename, mixed $offset, mixed $length): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | filename | mixed | | | offset | mixed | | | length | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## redirect ```php public function redirect(mixed $location, mixed $http_code): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | location | mixed | | | http_code | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## detach ```php public function detach(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## create ```php public function create(mixed $fd): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | fd | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## upgrade ```php public function upgrade(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## push ```php public function push(mixed $data, null $opcode, null $flags): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | data | mixed | | | opcode | null | | | flags | null | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## recv ```php public function recv(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## close ```php public function close(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | |