Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 419 Bytes

0599.md

File metadata and controls

18 lines (12 loc) · 419 Bytes

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