Q. Which PHP function changes the execution time limit at runtime?

  • (A) set_timeout()
  • (B) change_time_limit()
  • (C) set_time_limit()
  • (D) runtime_limit()
πŸ’¬ Discuss
βœ… Correct Answer: (C) set_time_limit()
Explanation: set_time_limit() modifies execution time during runtime.
Explanation by: Yami Thakur
set_time_limit() modifies execution time during runtime.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
44
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Yami Thakur
Publisher
πŸ“ˆ
90%
Success Rate