update : 2015.11.03
php.shukuma.com검색:
|
HttpMessage::__construct(PECL pecl_http >= 0.10.0) HttpMessage::__construct — HttpMessage constructor 설명
public
HttpMessage::__construct
([ string
$message
] )Instantiate a new HttpMessage object. The constructed object will actually represent the last message of the passed string. If there were prior messages, those can be accessed by HttpMessage::getParentMessage(). 인수
오류/예외Throws HttpMalformedHeaderException. |