PHP Velho Oeste 2024

http_get_request_headers

(PECL pecl_http >= 0.10.0)

http_get_request_headersİstek başlıklarını bir dizi olarak döndürür

Açıklama

array http_get_request_headers ( void )

Gelen istek başlıklarının bir listesi ile döner.

Değiştirgeler

Dönen Değerler

Gelen istek başlıkların içeren bir ilişkisel dizi ile döner.

Ayrıca Bakınız

add a note add a note

User Contributed Notes 1 note

up
0
ocus51 at gmail dot com
16 years ago
Keep in mind that this function replaces all "_" characters by "-" in headers names
To Top