HttpMessage::setType

(PECL pecl_http >= 0.10.0)

HttpMessage::setTypeSet message type

Опис

public void HttpMessage::setType ( int $type )

Set Message Type. Either HTTP_MSG_NONE, HTTP_MSG_REQUEST or HTTP_MSG_RESPONSE.

Параметри

type

the HttpMessage::TYPE_*

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top