EventHttpRequest::findHeader

Finds the value belonging a header

Beschreibung

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

Finds the value belonging a header.

Parameter-Liste

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

Rückgabewerte

Returns NULL if header not found.

Siehe auch

  • EventHttpRequest::addHeader