Solar_Http_Response::dump()
public
void
Solar_Http_Response::dump
( mixed $var = NULL
, string $label = NULL
)
Dumps the values of this object.
Parameters
(mixed)
$var
: If null, dump $this; if a string, dump $this->$var; otherwise, dump $var.(string)
$label
: Label the dump output with this string.
Returns
(void)
Description
Dumps the values of this object.