EventHttpRequest::findHeader

Finds 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