HttpMessage::toString

(PECL pecl_http >= 0.10.0)

HttpMessage::toStringGet string representation

Опис

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

Get the string representation of the Message.

Параметри

include_parent

specifies whether the returned string should also contain any parent messages

Значення, що повертаються

Returns the message as string.

add a note add a note

User Contributed Notes

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