Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16147 программистов и 1779 роботов. Сейчас ищут 1712 программистов ...
OAuth::getLastResponseInfo - Get HTTP information about the last response
Вернуться к: OAuth
OAuth::getLastResponseInfo
(PECL OAuth >= 0.99.1)
OAuth::getLastResponseInfo — Get HTTP information about the last response
Описание
public array OAuth::getLastResponseInfo
( void
)
Get HTTP information about the last response.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an array containing the response information for the last request. Constants from curl_getinfo() may be used.
Смотрите также
- OAuth::fetch() - Fetch an OAuth protected resource
- OAuth::getLastResponse() - Get the last response
Вернуться к: OAuth