Previous Page
display()

Solar_Http_Response
dump()

Next Page
getContent()

dump()

public void dump ( mixed $var default NULL, string $label default 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.