<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.network.inc";
$setup = array (
  'home' => 
  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);

?>
<div id="function.http-clear-last-response-headers" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">http_clear_last_response_headers</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.4.0)</p><p class="refpurpose"><span class="refname">http_clear_last_response_headers</span> &mdash; <span class="dc-title">Clears the stored HTTP response headers</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.http-clear-last-response-headers-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>http_clear_last_response_headers</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Clears the <abbr title="Hypertext Transfer Protocol">HTTP</abbr> response headers that were received using
   the <a href="wrappers.http.php" class="link">HTTP wrapper</a>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.http-clear-last-response-headers-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.http-clear-last-response-headers-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Es wird kein Wert zurückgegeben.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.http-clear-last-response-headers-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.http-get-last-response-headers.php" class="function" rel="rdfs-seeAlso">http_get_last_response_headers()</a> - Retrieve last HTTP response headers</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>