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 オブジェクトを作成します。
この関数エイリアスは非推奨であり、下位互換性維持のために残されています。
今後、PHP から削除される可能性がありますので、この関数を使用しないことを推奨します。
パラメータ
raw_message
単一の、あるいは複数の連続した HTTP メッセージ。
class_name
HttpMessage を継承したクラス。
返り値
成功した場合は HttpMessage オブジェクト、失敗した場合は NULL を返します。
エラー / 例外
HttpMalformedHeadersException をスローします。