array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'oauth.getlastresponseinfo.php', 1 => 'OAuth::getLastResponseInfo', 2 => 'Get HTTP information about the last response', ), 'up' => array ( 0 => 'class.oauth.php', 1 => 'OAuth', ), 'prev' => array ( 0 => 'oauth.getlastresponseheaders.php', 1 => 'OAuth::getLastResponseHeaders', ), 'next' => array ( 0 => 'oauth.getrequestheader.php', 1 => 'OAuth::getRequestHeader', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/oauth/oauth/getlastresponseinfo.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfoGet HTTP information about the last response

Beschreibung

public OAuth::getLastResponseInfo(): array

Get HTTP information about the last response.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an array containing the response information for the last request. Constants from curl_getinfo() may be used.

Siehe auch