_dump

Convenience method for var_dump. Dumps information about a variable

Parameters
mixed $input

mixed The variable to debug

#
boolean $pre = true

boolean TRUE to print using <pre>, otherwise FALSE

#
Returns
void