mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10370] Add function documentation for get_stacktrace().
PHPBB3-10370
This commit is contained in:
@@ -3387,7 +3387,12 @@ function add_log()
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a nicely formatted backtrace (parts from the php manual by diz at ysagoon dot com)
|
||||
* Return a nicely formatted backtrace.
|
||||
*
|
||||
* Turns the array returned by debug_backtrace() into HTML markup.
|
||||
* Also filters out absolute paths to phpBB root.
|
||||
*
|
||||
* @return string HTML markup
|
||||
*/
|
||||
function get_backtrace()
|
||||
{
|
||||
|
Reference in New Issue
Block a user