EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

Opis

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

Finds the value belonging a header.

Parametry

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

Zwracane wartości

Returns NULL if header not found.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top