PHP 8.3.4 Released!

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfoGet HTTP information about the last response

Description

public OAuth::getLastResponseInfo(): array

Get HTTP information about the last response.

Parameters

This function has no parameters.

Return Values

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

See Also

add a note

User Contributed Notes

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