<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'oauth.getlastresponse.php',
    1 => 'OAuth::getLastResponse',
    2 => 'Obt&eacute;m a &uacute;ltima resposta',
  ),
  'up' => 
  array (
    0 => 'class.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.getcapath.php',
    1 => 'OAuth::getCAPath',
  ),
  'next' => 
  array (
    0 => 'oauth.getlastresponseheaders.php',
    1 => 'OAuth::getLastResponseHeaders',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/oauth/oauth/getlastresponse.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauth.getlastresponse" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::getLastResponse</h1>
  <p class="verinfo">(PECL OAuth &gt;= 0.99.1)</p><p class="refpurpose"><span class="refname">OAuth::getLastResponse</span> &mdash; <span class="dc-title">Obtém a última resposta</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.getlastresponse-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::getLastResponse</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   Obtém a resposta bruta da requisição mais recente.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.getlastresponse-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.getlastresponse-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="simpara">
   Retorna uma string contendo a última resposta.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.getlastresponse-seealso">
  <h3 class="title">Veja Também</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.getlastresponseinfo.php" class="methodname" rel="rdfs-seeAlso">OAuth::getLastResponseInfo()</a> - Obt&eacute;m informa&ccedil;&atilde;o HTTP sobre a &uacute;ltima resposta</span></li>
   <li><span class="methodname"><a href="oauth.fetch.php" class="methodname" rel="rdfs-seeAlso">OAuth::fetch()</a> - Busca um recurso protegido OAuth</span></li>
  </ul>
 </div>


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