PHP 8.3.4 Released!

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