The HttpMessage class
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

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.

参见


The HttpMessage class
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程