HttpMessage::__construct

(PECL pecl_http >= 0.10.0)

HttpMessage::__constructHttpMessage constructor

Descripción

public HttpMessage::__construct ([ string $message ] )

Crea una nueva instancia del objeto HttpMessage.

El objeto construido representará el último mensaje HTTP que haya en el string que se le pasa. Si hubiese mensajes anteriores se podría acceder a ellos mediante HttpMessage::getParentMessage().

Parámetros

message

Uno o varios mensajes HTTP consecutivos

Errores/Excepciones

Arroja HttpMalformedHeaderException.

add a note add a note

User Contributed Notes

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