Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17249 программистов и 1834 робота. Сейчас ищут 1675 программистов ...
HTTP_Client::currentResponse()
Вернуться к: HTTP_Client
HTTP_Client::currentResponse()
HTTP_Client::currentResponse() – Returns the most recent HTTP response
Synopsis
require_once 'HTTP/Client.php';
array& HTTP_Client::currentResponse ( )
The returned array has the following keys: 'code', 'headers', 'body'.
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTTP_Client