Class SS_Backtrace
Methods summary
public static
array
|
#
filtered_backtrace( null|array $ignoredFunctions = null )
Return debug_backtrace() results with functions filtered specific to the debugging system, and not the trace. |
public static
array
|
#
filter_backtrace( array $bt, null|array $ignoredFunctions = null )
Filter a backtrace so that it doesn't show the calls to the debugging system, which is useless information. |
public static
unknown
|
|
public static
|
|
public static
|
#
full_func_name( mixed $item, mixed $showArgs = false )
Return the full function name. If showArgs is set to true, a string representation of the arguments will be shown |
public static
string
|
#
get_rendered_backtrace( string $bt, boolean $plainText = false, array $ignoredFunctions = null )
Render a backtrace array into an appropriate plain-text or HTML string. |