downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/en/httprequest.getrawresponsemessage.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.httprequest.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'httprequest.getrawresponsemessage.php',
   
1 => 'HttpRequest::getRawResponseMessage',
  ),
 
'up' =>
  array (
   
0 => 'class.httprequest.php',
   
1 => 'HttpRequest',
  ),
 
'prev' =>
  array (
   
0 => 'httprequest.getrawrequestmessage.php',
   
1 => 'HttpRequest::getRawRequestMessage',
  ),
 
'next' =>
  array (
   
0 => 'httprequest.getrequestmessage.php',
   
1 => 'HttpRequest::getRequestMessage',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="httprequest.getrawresponsemessage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HttpRequest::getRawResponseMessage</h1>
  <p class="verinfo">(PECL pecl_http &gt;= 0.21.0)</p><p class="refpurpose"><span class="refname">HttpRequest::getRawResponseMessage</span> &mdash; <span class="dc-title">Get raw response message</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-httprequest.getrawresponsemessage-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">string</span> <span class="methodname"><strong>HttpRequest::getRawResponseMessage</strong></span>
    ( <span class="methodparam">void</span>
   )</div>


  <p class="para rdfs-comment">
   Get the entire HTTP response.
  </p>

 </div>

 <div class="refsect1 parameters" id="refsect1-httprequest.getrawresponsemessage-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-httprequest.getrawresponsemessage-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the complete web server response, including the headers in a form of a string.
  </p>
 </div>


 


 


 


 


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites