update : 2015.11.03
php.shukuma.com

검색:
 
 
Prepend message(s)

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.