Function xc_dump_var
Produces a Core extended variable dump similar to var_dump().
Unlike native dumps, the extended Core dump supports the output of
HTML-formatted code including support for user-defined stylesheets and
detection of recursion with compact output of already processed references.
See:
xc_dump()
Since:
3.1
Located at
Boot.inc.php
Parameters summary
mixed |
$var |
Variable to output. |
Core\Stream
|
$ofs = null |
Optional. Stream instance to write dump to. |
boolean |
$renderHTML = null |
<p>Optional. Controls whether HTML-formatted output should be generated.
If set to <code>null</code> (default), capabilities are automatically detected.</p> |
Return value summary
string|null
|
Returns the string dump or null on error.
|