<<< Previous question <<< Question ID#0599.md >>> Next question >>>
Which of the following functions allow you to introspect the call stack during execution of a PHP script?
- A) debug_backtrace()
- B) debug_print_backtrace()
- C) get_backtrace()
- D) get_function_stack()
Answer
Answer: A, B