Q. Which PHP function generates a backtrace?
β
Correct Answer: (C)
debug_backtrace()
Explanation: debug_backtrace() provides stack trace information.