HttpMessage::__construct

Example

 public void HttpMessage::__construct ([ string $message ] ) 

Description

Instantiate a new HttpMessage object. The constructed object will actually represent the last message of the passed string. If there were prior messages, those can be accessed by HttpMessage::getParentMessage().

Return Values