Sophie

Sophie

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

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>Send Content-Type</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.http-send-content-disposition.html">http_send_content_disposition</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.http-send-data.html">http_send_data</a></div>
 <div class="up"><a href="ref.http.html">HTTP Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.http-send-content-type" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">http_send_content_type</h1>
  <p class="verinfo">(PECL pecl_http &gt;= 0.10.0)</p><p class="refpurpose"><span class="refname">http_send_content_type</span> &mdash; <span class="dc-title">Send Content-Type</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.http-send-content-type-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>http_send_content_type</strong></span>
    ([ <span class="methodparam"><span class="type">string</span> <code class="parameter">$content_type</code><span class="initializer"> = &quot;application/x-octetstream&quot;</span></span>
  ] )</div>

  <p class="para rdfs-comment">
   Send the <em>Content-Type</em> of the sent entity.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: <span class="simpara">This function should be used in conjunction with
    <span class="function"><a href="function.http-send-data.html" class="function">http_send_data()</a></span>,  <span class="function"><a href="function.http-send-file.html" class="function">http_send_file()</a></span>  and  <span class="function"><a href="function.http-send-stream.html" class="function">http_send_stream()</a></span>.</span></p></blockquote>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.http-send-content-type-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       the desired content type  (primary/secondary)
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.http-send-content-type-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success or <strong><code>FALSE</code></strong> on failure.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.http-send-content-type-errors">
  <h3 class="title">Errors/Exceptions</h3>
  <p class="para">
   Raises an <strong><code>E_WARNING</code></strong> when the <em><code class="parameter">content_type</code></em> 
   doesn&#039;t seem to contain a primary and a secondary part.
  </p>
 </div>



 


 


 <div class="refsect1 seealso" id="refsect1-function.http-send-content-type-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.http-send-data.html" class="function" rel="rdfs-seeAlso">http_send_data()</a> - Send arbitrary data</span></li>
    <li class="member"> <span class="function"><a href="function.http-send-file.html" class="function" rel="rdfs-seeAlso">http_send_file()</a> - Send file</span></li>
    <li class="member"> <span class="function"><a href="function.http-send-stream.html" class="function" rel="rdfs-seeAlso">http_send_stream()</a> - Send stream</span></li>
    <li class="member">the <a href="class.httpresponse.html" class="link">
<a href="class.httpresponse.html" class="classname">HttpResponse</a></a> class if you are using PHP 5.1.0
and above</li>
   </ul>
  </p>
 </div>



</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.http-send-content-disposition.html">http_send_content_disposition</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.http-send-data.html">http_send_data</a></div>
 <div class="up"><a href="ref.http.html">HTTP Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>