array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'oauth.getlastresponse.php', 1 => 'OAuth::getLastResponse', 2 => 'Get the last response', ), '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' => 'en', 'path' => 'reference/oauth/oauth/getlastresponse.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

OAuth::getLastResponse

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseGet the last response

Açıklama

public OAuth::getLastResponse(): string

Get the raw response of the most recent request.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns a string containing the last response.

Ayrıca Bakınız