Q. Which PHP function returns the list of included files?
β
Correct Answer: (B)
get_included_files()
Explanation: get_included_files() returns an array of included files.