HttpMessage::factory

(PECL pecl_http >= 1.4.0)

HttpMessage::factoryCreate HttpMessage from string

Опис

static public HttpMessage HttpMessage::factory ([ string $raw_message [, string $class_name = "HttpMessage" ]] )

Create an HttpMessage object from a string.

Параметри

raw_message

a single or several consecutive HTTP messages

class_name

a class extending HttpMessage

Значення, що повертаються

Returns an HttpMessage object on success or NULL on failure.

Помилки/Винятки

Throws HttpMalformedHeadersException.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top