Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<HttpRequest::getHeadersHttpRequest::getMethod>
Last updated: Tue, 19 Sep 2006

HttpRequest::getHistory

(no version information, might be only in CVS)

HttpRequest::getHistory -- Get history

Description

publicHttpMessage 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.

Return Values

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

Errors/Exceptions

Throws HttpRuntimeException.




<HttpRequest::getHeadersHttpRequest::getMethod>
Last updated: Tue, 19 Sep 2006