HttpMessage::fromString

(no version information, might be only in CVS)

HttpMessage::fromString -- 文字列から HttpMessage を作成する

説明

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

文字列から HttpMessage オブジェクトを作成します。 一種の静的なコンストラクタです。

パラメータ

raw_message

単一の、あるいは複数の連続した HTTP メッセージ。

class_name

HttpMessage を継承したクラス。

返り値

成功した場合は HttpMessage オブジェクト、失敗した場合は NULL を返します。

エラー / 例外

HttpMalformedHeadersException をスローします。