Error::getTrace
Gets the stack trace
&reftitle.description;
final public arrayError::getTrace
Returns the stack trace.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns the stack trace as an array.
&reftitle.examples;
Error::getTrace example
getTrace());
}
?>
]]>
&example.outputs.similar;
array(4) {
["file"]=>
string(22) "/home/bjori/tmp/ex.php"
["line"]=>
int(7)
["function"]=>
string(4) "test"
["args"]=>
array(0) {
}
}
}
]]>
&reftitle.seealso;
Throwable::getTrace