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

HttpMessage::prepend

(PECL pecl_http >= 0.22.0)

HttpMessage::prependPrepend message(s)

说明

public void HttpMessage::prepend ( HttpMessage $message [, bool $top=true ] )

Prepends message(s) to the HTTP message.

参数

message

HttpMessage object to prepend

top

whether to prepend to the top most or right this message

错误/异常

Throws HttpInvalidParamException if the message is located within the same message chain.


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