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

http_match_request_header

(PECL pecl_http >= 0.10.0)

http_match_request_headerMatch any header

说明

bool http_match_request_header ( string $header , string $value [, bool $match_case=false ] )

Match an incoming HTTP header.

参数

header

the header name (case-insensitive)

value

the header value that should be compared

match_case

whether the value should be compared case sensitively

返回值

Returns TRUE if header value matches, else FALSE.

参见


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