HttpMessage::getType

(PECL pecl_http >= 0.10.0)

HttpMessage::getTypeメッセージの型を取得する

説明

public int HttpMessage::getType ( void )

メッセージの型を取得します。 HTTP_MSG_NONEHTTP_MSG_REQUEST あるいは HTTP_MSG_RESPONSE のいずれかです。

返り値

HttpMessage::TYPE を返します。

add a note add a note

User Contributed Notes

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