OAuth::getLastResponseInfo
PHP Manual
PHP Manual»OAuth»OAuth::getLastResponseInfo

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfoGet HTTP information about the last response

Опис

public function OAuth::getLastResponseInfo(): array

Get HTTP information about the last response.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Прогляньте також

To Top