update : 2015.11.03
php.shukuma.com

검색:
 
 
Finds the value belonging a header

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.

참고