Q. Which PHP directive limits script execution time? (A) memory_limit (B) max_execution_time (C) post_max_size (D) upload_max_filesize ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) max_execution_time Explanation: max_execution_time defines the maximum script runtime.