(PHP 4 = 4.3.0)
debug_backtrace() generates a PHP backtrace and returns this information as an associative array. The possible returned elements are listed in the following table:
表 1Possible returned elements from debug_backtrace()
The following is a simple example.
例 1 debug_backtrace() example
See also trigger_error().