1
0
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:
Andreas Fischer
2011-09-19 17:45:32 +02:00
parent fc2af460ee
commit 79ad3a3f32

View File

@@ -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()
{