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