<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = 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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'oauth.getlastresponseheaders.php',
    1 => 'OAuth::getLastResponseHeaders',
    2 => '获取最后一次响应的头信息',
  ),
  '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 (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/oauth/oauth/getlastresponseheaders.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<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 Git)</p><p class="refpurpose"><span class="refname">OAuth::getLastResponseHeaders</span> &mdash; <span class="dc-title">获取最后一次响应的头信息</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.getlastresponseheaders-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::getLastResponseHeaders</strong></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="simpara">
   获取最后一次响应的头信息。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.getlastresponseheaders-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.getlastresponseheaders-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="simpara">
  返回一个包含最后一次响应头信息的字符串  或者在失败时返回 <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> 。
  </p>
 </div>



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