The HttpResponse
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

HttpResponse::getHeader

(PECL pecl_http >= 0.12.0)

HttpResponse::getHeaderGet header

说明

static mixed HttpResponse::getHeader ([ string $name ] )

Get header(s) about to be sent.

Note: This may not work as expected with the following SAPI(s): Apache2 w/PHP < 5.1.3.

参数

name

specifies the name of the header to read; if empty or omitted, an associative array with all headers will be returned

返回值

Returns either a string containing the value of the header matching name, FALSE on failure, or an associative array with all headers.

参见


The HttpResponse
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程