Q. Which PHP function returns the current script execution time limit?

  • (A) get_time_limit()
  • (B) ini_get('max_execution_time')
  • (C) execution_time()
  • (D) time_limit()
πŸ’¬ Discuss
βœ… Correct Answer: (B) ini_get('max_execution_time')
Explanation: ini_get() reads the execution time limit.
Explanation by: Admin
ini_get() reads the execution time limit.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
37
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
89%
Success Rate