CakeFest 2024: The Official CakePHP Conference

OAuth::getLastResponse

(PECL OAuth >= 0.99.1)

OAuth::getLastResponse直近のレスポンスを取得する

説明

public OAuth::getLastResponse(): string

直近のリクエストに対するレスポンスをそのままの形式で取得します。

パラメータ

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

戻り値

直近のレスポンスを含む文字列を返します。

参考

add a note

User Contributed Notes

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