Function vanilla_debug_var_dump
Wraps a var_dump call in an HTML PRE element for convenience.
Parameters summary
string |
$thing |
The PHP object that is to be printed. |
string |
$type = false |
<p>A type to be added as a class to the echoed PRE element for convenience.</p> |