The HttpMessage class
PHP Manual

HttpMessage::toMessageTypeObject

(PECL pecl_http:0.22.0-1.5.5)

HttpMessage::toMessageTypeObjectCreate HTTP object regarding message type

Описание

public HttpRequest|HttpResponse HttpMessage::toMessageTypeObject ( void )

Creates an object regarding to the type of the message.

Список параметров

Возвращаемые значения

Returns either an HttpRequest or HttpResponse object on success, or NULL on failure.

Errors/Exceptions

Throws HttpRuntimeException, HttpMessageTypeException, HttpHeaderException.


The HttpMessage class
PHP Manual