CakeFest 2024: The Official CakePHP Conference

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfo直近のレスポンスの HTTP 情報を取得する

説明

public OAuth::getLastResponseInfo(): array

直近のレスポンスに関する HTTP 情報を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

直近のリクエストに対するレスポンスの情報を含む配列を返します。 curl_getinfo() の定数が使われます。

参考

add a note

User Contributed Notes

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