HttpMessage::toString

(PECL pecl_http >= 0.10.0)

HttpMessage::toStringRepresentación en formato string

Descripción

public string HttpMessage::toString ([ bool $include_parent = false ] )

Consulta la representación en formato string del mensaje.

Parámetros

include_parent

indica si el string de retorno debe contener o no mensajes padre.

Valores devueltos

Devuelve el mensaje en forma de string.

add a note add a note

User Contributed Notes

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