πŸ“Š PHP
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

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
8 h ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
84%
Success Rate