PHP » GoLang |
login |
register |
about
|
GoLang Error::getTraceAsString
request it (559)
GoLang replacement for PHP's Error::getTraceAsString
[edit | history]
Error::getTraceAsString(No version information available, might only be in Git) Error::getTraceAsString — Gets the stack trace as a string Description
final public string Error::getTraceAsString
( void
)
Returns the stack trace as a string. ParametersThis function has no parameters. Return ValuesReturns the stack trace as a string. Examples
Example #1 Error::getTraceAsString() example
<?phpThe above example will output something similar to:
#0 /home/bjori/tmp/ex.php(7): test()
#1 {main}
|
more
Most requested
more
Last requests
|