PHP Dokumentation: Function httpmessage-construct
12. Januar 2010 von werner
HttpMessage::__construct
(PECL pecl_http >= 0.10.0)
HttpMessage::__construct — HttpMessage constructor
Beschreibung
public void HttpMessage::__construct ([ string $message ] )
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().
Parameter-Liste
- message
a single or several consecutive HTTP messages
Fehler/Exceptions
Throws HttpMalformedHeaderException.