Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 7456

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Get header</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="httpresponse.getgzip.html">HttpResponse::getGzip</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="httpresponse.getlastmodified.html">HttpResponse::getLastModified</a></div>
 <div class="up"><a href="class.httpresponse.html">HttpResponse</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="httpresponse.getheader" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HttpResponse::getHeader</h1>
  <p class="verinfo">(PECL pecl_http &gt;= 0.12.0)</p><p class="refpurpose"><span class="refname">HttpResponse::getHeader</span> &mdash; <span class="dc-title">Get header</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-httpresponse.getheader-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">static</span>
   <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><strong>HttpResponse::getHeader</strong></span>
    ([ <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
  ] )</div>

  <p class="para rdfs-comment">
   Get header(s) about to be sent.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    This may not work as expected with the following SAPI(s): Apache2 w/PHP &lt; 5.1.3.
   </p>
  </p></blockquote>
 </div>

 <div class="refsect1 parameters" id="refsect1-httpresponse.getheader-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">name</code></em></span>
     <dd>

      <p class="para">
       specifies the name of the header to read;
       if empty or omitted, an associative array with all headers will be returned
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-httpresponse.getheader-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns either a string containing the value of the header matching name,
   <strong><code>FALSE</code></strong> on failure, or an associative array with all headers.
  </p>
 </div>


 


 


 


 <div class="refsect1 seealso" id="refsect1-httpresponse.getheader-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="methodname"><a href="httpresponse.setheader.html" class="methodname" rel="rdfs-seeAlso">HttpResponse::setHeader()</a> - Set header</span></li>
   </ul>
  </p>
 </div>



</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="httpresponse.getgzip.html">HttpResponse::getGzip</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="httpresponse.getlastmodified.html">HttpResponse::getLastModified</a></div>
 <div class="up"><a href="class.httpresponse.html">HttpResponse</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>