mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10370] Add function documentation for get_stacktrace().
PHPBB3-10370
This commit is contained in:
parent
fc2af460ee
commit
79ad3a3f32
1 changed files with 6 additions and 1 deletions
|
@ -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()
|
function get_backtrace()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue