文字

EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

说明

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

Finds the value belonging a header.

参数

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

返回值

Returns NULL if header not found.

参见

  • EventHttpRequest::addHeader() - Adds an HTTP header to the headers of the request
上一篇: 下一篇: