Q. Which PHP directive limits script execution time?
β
Correct Answer: (B)
max_execution_time
Explanation: max_execution_time defines the maximum script runtime.