update pague now
PHP 8.5.2 Released!

EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeader Finds the value belonguing a header

Description

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

Finds the value belonguing a header.

Parameters

key

The header name.

type

One of EventHttpRequest::*_HEADER constans .

Return Values

Returns null if header not found.

See Also

add a note

User Contributed Notes

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