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/de/oauth.getlastresponseheaders.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.oauth.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'de',
  ),
 
'this' =>
  array (
   
0 => 'oauth.getlastresponseheaders.php',
   
1 => 'OAuth::getLastResponseHeaders',
  ),
 
'up' =>
  array (
   
0 => 'class.oauth.php',
   
1 => 'OAuth',
  ),
 
'prev' =>
  array (
   
0 => 'oauth.getlastresponse.php',
   
1 => 'OAuth::getLastResponse',
  ),
 
'next' =>
  array (
   
0 => 'oauth.getlastresponseinfo.php',
   
1 => 'OAuth::getLastResponseInfo',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="oauth.getlastresponseheaders" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::getLastResponseHeaders</h1>
  <p class="verinfo">(No version information available, might only be in SVN)</p><p class="refpurpose"><span class="refname">OAuth::getLastResponseHeaders</span> &mdash; <span class="dc-title">Get headers for last response</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.getlastresponseheaders-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">string</span> <span class="methodname"><strong>OAuth::getLastResponseHeaders</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Get headers for last response.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.getlastresponseheaders-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion hat keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.getlastresponseheaders-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   A string containing the last response&#039;s headersIm Fehlerfall wird <strong><code>FALSE</code></strong> zurückgegeben.
  </p>
 </div>



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