HttpMessage::fromString

(PECL pecl_http 0.10.0-1.3.3)

HttpMessage::fromStringCreate 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

回傳值

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