Forum und email

HttpMessage::fromString

(PECL pecl_http:0.10.0-1.3.3)

HttpMessage::fromString — Create HttpMessage from string

說明

static public HttpMessage HttpMessage::fromString ([ string $raw_message [, string $class_name = 'HttpMessage' ]] )

Create an HttpMessage object from a string.

本函式別名已廢棄,僅為了向前兼容性而存在。建議不要使用它,因為或許哪天它便會從 PHP 中刪除。

參數

raw_message

a single or several consecutive HTTP messages

class_name

a class extending HttpMessage

Return值

Returns an HttpMessage object on success or NULL on failure.

錯誤/例外

Throws HttpMalformedHeadersException.

參見

  • HttpMessage::factory().