update : 2015.11.03
php.shukuma.com

검색:
 
 
Get history

HttpRequest::getHistory

(PECL pecl_http >= 0.15.0)

HttpRequest::getHistoryGet history

설명

public HttpMessage HttpRequest::getHistory ( void )

Get all sent requests and received responses as an HttpMessage object.

If you want to record history, set the instance variable HttpRequest::recordHistory to TRUE.

The returned object references the last received response, use HttpMessage::getParentMessage() to access the data of previously sent requests and received responses.

반환값

Returns an HttpMessage object representing the complete request/response history.

오류/예외

Throws HttpRuntimeException.