Function xc_dump_bt
Outputs a backtrace using the Core\Fault
interface.
Uses:
Core\Fault
Since:
3.1
Located at
Boot.inc.php
Parameters summary
array |
$backtrace = null |
<p>Backtrace to output. If set to <code>null</code>, the current invocation backtrace
is queried and used instead.</p> |
Core\Stream
|
$ofs = null |
<p>Optional stream instance to write dump to. If set to <code>null</code> (default),
no automatic output is generated.</p> |
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 generated dump as a string or null on error.
|