array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.http-clear-last-response-headers.php', 1 => 'http_clear_last_response_headers', 2 => 'Clears the stored HTTP response headers', ), 'up' => array ( 0 => 'ref.network.php', 1 => 'Netzwerk-Funktionen', ), 'prev' => array ( 0 => 'function.headers-sent.php', 1 => 'headers_sent', ), 'next' => array ( 0 => 'function.http-get-last-response-headers.php', 1 => 'http_get_last_response_headers', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/network/functions/http-clear-last-response-headers.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

http_clear_last_response_headers

(PHP 8 >= 8.4.0)

http_clear_last_response_headersClears the stored HTTP response headers

Beschreibung

http_clear_last_response_headers(): void

Clears the HTTP response headers that were received using the HTTP wrapper.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch