CakeFest 2024: The Official CakePHP Conference

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfoGet HTTP information about the last response

Açıklama

public OAuth::getLastResponseInfo(): array

Get HTTP information about the last response.

Bağımsız Değişkenler

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

Dönen Değerler

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

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top