PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

说明

public EventHttpRequest::findHeader ( string $key , string $type ) : void

Finds the value belonging a header.

参数

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

返回值

Returns NULL if header not found.

参见