Q. Which PHP function changes the execution time limit at runtime?
β
Correct Answer: (C)
set_time_limit()
Explanation: set_time_limit() modifies execution time during runtime.