HttpMessage::factory
(PECL pecl_http >= 1.4.0)
HttpMessage::factory — Create HttpMessage from string
Beschreibung
static public
HttpMessage HttpMessage::factory
([ string $raw_message
[, string $class_name = "HttpMessage"
]] )
Create an HttpMessage object from a string.
Parameter-Liste
- raw_message
-
a single or several consecutive HTTP messages
- class_name
-
a class extending HttpMessage
Rückgabewerte
Returns an HttpMessage object on success or NULL on failure.
Fehler/Exceptions
Throws HttpMalformedHeadersException.
HttpMessage::factory
There are no user contributed notes for this page.
