tayron/response

该包的最新版本(1.0.0)没有可用的许可证信息。

处理和管理工作请求头信息的类

安装: 15

依赖项: 1

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

类型:classe-utilitaria

1.0.0 2017-06-14 19:21 UTC

This package is not auto-updated.

Last update: 2024-09-20 21:01:59 UTC


README

存储工作请求头信息的类

资源

  • setHeader($value, $replace = true, $httpResponseCode = null) - 设置页面响应头的方法
  • display() - 发送请求头的方法

通过composer使用

    "require": {
        ...
        "tayron/response" : "1.0.0"
        ... 
    },