HttpMessage::factory
(no version information, might be only in CVS)
HttpMessage::factory -- 文字列から HttpMessage を作成する
説明
static publicHttpMessage
HttpMessage::factory ( [string raw_message [, string class_name = 'HttpMessage']] )
文字列から HttpMessage オブジェクトを作成します。
パラメータ
raw_message
単一の、あるいは連続した複数の HTTP メッセージ。
class_name
HttpMessage を継承したクラス。
返り値
成功した場合は HttpMessage オブジェクト、失敗した場合は NULL を返します。
エラー / 例外
HttpMalformedHeadersException をスローします。