PHP 8.3.4 Released!

EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

説明

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

Finds the value belonging a header.

パラメータ

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

戻り値

Returns null if header not found.

参考

add a note

User Contributed Notes

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